Hi these are the errors failures I am recieving when running SimpleTest.
For the Webform failures they are all happening on the same line.. (42 fails)
drupal_web_test_case.inc 383 DrupalWebTestCaseCore->fail()
For the Simple Test testing fails I am recieving this for all 10 fails (different lines thought)
simpletest.test 144 SimpleTestFunctionalTest->confirmStubTestResults()
Any help will be greatly appreciated very new to this just getting the hang of things.
Thanks in advance
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | webform-406850.patch | 1.27 KB | steven merrill |
Comments
Comment #1
boombatower commentedThe simpletest.test currently fails, and needs to be fixed :( .
Webforms as in the module (http://drupal.org/project/webform)? If so please post an issue in the webform queue regarding that, or better yet just move this one since simpletest.test is known to fail and will be fixed soon.
Comment #2
shredbig commentedHi these are the errors failures I am recieving when running SimpleTest.
For the Webform failures they are all happening on the same line.. (42 fails)
drupal_web_test_case.inc 383 DrupalWebTestCaseCore->fail()
any help will be greatly appreciated thanks in advance!
Comment #3
shredbig commentedoops sorry! thanks for help boom
Comment #4
shredbig commentedHi these are the errors failures I am recieving when running SimpleTest.
For the Webform failures they are all happening on the same line.. (42 fails)
FILENAME--drupal_web_test_case.inc LINE---383 -FUNCTION-DrupalWebTestCaseCore->fail()
any help will be greatly appreciated thanks in advance!
what more info is needed?
Comment #5
shredbig commentedHi these are the errors failures I am recieving when running SimpleTest.
For the Webform failures they are all happening on the same line.. (42 fails)
FILENAME--drupal_web_test_case.inc LINE---383 -FUNCTION-DrupalWebTestCaseCore->fail()
any help will be greatly appreciated thanks in advance!
what more info is needed?
Comment #6
shredbig commentedComment #7
steven merrill commentedThis was a legit request - here's a patch against the latest DRUPAL-6--2 to make those 42 (false) fails go away.
Comment #8
quicksketchLet's consolidate with #678618: SimpleTest for webform in drupal 6.