### Eclipse Workspace Patch 1.0
#P simpletest
Index: drupal_unit_tests.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simpletest/drupal_unit_tests.php,v
retrieving revision 1.13
diff -u -r1.13 drupal_unit_tests.php
--- drupal_unit_tests.php	21 Jan 2008 07:04:22 -0000	1.13
+++ drupal_unit_tests.php	18 Mar 2008 00:29:03 -0000
@@ -57,7 +57,7 @@
       $classes = $class_list;
     }
     if (count($classes) == 0) {
-      $this->addTestCase(new BadGroupTest($test_file, 'No new test cases'));
+      drupal_set_message('No test cases found.', 'error');
       return;
     }
     $groups = array();
