Closed (fixed)
Project:
SimpleTest
Version:
6.x-2.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Mar 2009 at 10:08 UTC
Updated:
14 Sep 2009 at 19:50 UTC
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.