Closed (fixed)
Project:
SimpleTest
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2008 at 20:49 UTC
Updated:
22 Apr 2008 at 19:02 UTC
Jump to comment: Most recent file
I have fixed two out of the three. And made sure the three does not cause an infinite loop. I will figure out this one, too.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | system_move_like_tables.patch | 3.38 KB | boombatower |
| #7 | system.test | 4.94 KB | boombatower |
| #6 | system.test | 4.68 KB | boombatower |
| #5 | system.test | 4.6 KB | boombatower |
| #4 | system.test | 4.88 KB | boombatower |
Comments
Comment #1
Rok Žlender commentedFixed few notices.
Comment #2
boombatower commentedDo we really need to just brute force turning on all the modules?
Can't we just simplify code by enabling certain cases where we know dependencies?
Just seems like a waste of processing time.
Comment #3
boombatower commentedI have essentially rewritten the system test. Much of the previous code was there to ensure the the module state was as it wanted.
Since we start off with a clean database that is no longer necessary. Attempting all possibilities is, as the loops did, is somewhat of over kill and is hard to follow, not to mention slow.
Let me know what you think.
Comment #4
boombatower commentedHere is a revised version which I think should do the trick.
Comment #5
boombatower commentedCleaned up.
Comment #6
boombatower commentedt()ing cleanup.
Comment #7
boombatower commentedLast update.
Will move assertTableCount to DrupalTestCase in patch.
Comment #8
boombatower commentedThis is patch that moves assertTableCount code to simpletest.module..
Comment #9
boombatower commentedThe system test and patch have been committed.
Comment #10
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.