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

CommentFileSizeAuthor
#7 webform-406850.patch1.27 KBSteven Merrill
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

boombatower’s picture

Status: Active » Postponed (maintainer needs more info)

The 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.

shredbig’s picture

Title: Drupal Newbie: Simpletest.test fails & Webforms fail simple test » Webforms fail simple test
Project: SimpleTest » Webform
Version: 6.x-2.7 » 6.x-2.6

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()

any help will be greatly appreciated thanks in advance!

shredbig’s picture

oops sorry! thanks for help boom

shredbig’s picture

Status: Postponed (maintainer needs more info) » Active

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)

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?

shredbig’s picture

Assigned: shredbig » Unassigned

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)

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?

shredbig’s picture

Status: Active » Closed (fixed)
Steven Merrill’s picture

Status: Closed (fixed) » Needs review
FileSize
1.27 KB

This was a legit request - here's a patch against the latest DRUPAL-6--2 to make those 42 (false) fails go away.

quicksketch’s picture

Status: Needs review » Closed (fixed)