Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
simpletest.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Dec 2008 at 19:45 UTC
Updated:
2 Jan 2014 at 23:45 UTC
Jump to comment: Most recent
Comments
Comment #1
c960657 commentedComment #2
puradata commentedPatch works fine. Passes all tests. If I undo the fix drupal_in web_test_case.php the new test fails. This is good. I recommend the patch be accepted.
Comment #3
puradata commentedPatch works fine. Passes all tests. If I undo the fix in drupal_web_test_case.php the new test fails. This is good. I recommend the patch be accepted.
I get an errpr when I try to edit my last comment
Comment #4
bdanchilla commentedthis patch worked for me. passing/failing the new tests as it should
Comment #5
boombatower commentedPasses tests, two others to vogue for it, and looks good.
Comment #7
c960657 commentedThe testbot was having some problems today.
Comment #8
webchickAwesome. Not only did we fix a bug, but we have a test AND the code is much easier to read now. :)
Committed to HEAD. Thanks!