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.
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.
Comments
Comment #1
boombatower commentedMost 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.
Comment #2
boombatower commentedPlease re-open if further discussion.