Index: modules/simpletest/drupal_web_test_case.php
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/drupal_web_test_case.php,v
retrieving revision 1.6
diff -u -p -r1.6 drupal_web_test_case.php
--- modules/simpletest/drupal_web_test_case.php	16 May 2008 02:09:22 -0000	1.6
+++ modules/simpletest/drupal_web_test_case.php	19 May 2008 21:13:01 -0000
@@ -579,7 +579,7 @@ class DrupalWebTestCase extends UnitTest
         }
       }
       // We have not found a form which contained all fields of $edit.
-      $this->fail(t('Found the requested form'));
+      $this->fail(t('Found the requested form at @path', array('@path' => $path)));
       $this->assertTrue($submit_matches, t('Found the @submit button', array('@submit' => $submit)));
       foreach ($edit as $name => $value) {
         $this->fail(t('Failed to set field @name to @value', array('@name' => $name, '@value' => $value)));
