Index: drupal_unit_tests.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simpletest/drupal_unit_tests.php,v
retrieving revision 1.10
diff -u -r1.10 drupal_unit_tests.php
--- drupal_unit_tests.php	3 Jan 2008 10:11:22 -0000	1.10
+++ drupal_unit_tests.php	3 Jan 2008 11:19:10 -0000
@@ -19,8 +19,8 @@
         $this->_test_cases[$i] = &new $class();
       }
     }
-    return $this->_test_cases;
-  }
+    return $this->_test_cases; 
+  } 
 }
 
 class DrupalUnitTests extends DrupalTestSuite {
@@ -74,9 +74,6 @@
       $info = $test->get_info();
       $groups[$info['group']][] = $test;
     }
-    else {
-      $groups[$class][] = $test;
-    }
   }
 
   /**
