Tests fail when i18n translate block moduel is enabled
Amitaibu - March 17, 2009 - 10:08
| Project: | SimpleTest |
| Version: | 6.x-2.7 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Weired. When I tried to test the OG context test in this patch #359291-17: Update Og's context to use the menu system, it failed. After disabling that module it worked ok.

#1
Most likely due to the endless problem of statics vs. SimpleTest.
Meaning there is a function that has a static variable that isn't cleared when SimpleTest moves into testing mode. See if you find anything like that.
#2
Please re-open if further discussion.