? .DS_Store
? fix_simpletest_include.patch
? simpletest
? simpletest_upload_tests.patch
? tmp.patch
? tracker_tests.patch
? tests/.DS_Store
? tests/functional/.DS_Store
Index: simpletest.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/simpletest/simpletest.module,v
retrieving revision 1.40
diff -u -p -r1.40 simpletest.module
--- simpletest.module	30 Mar 2008 06:25:15 -0000	1.40
+++ simpletest.module	1 Apr 2008 22:16:57 -0000
@@ -57,16 +57,9 @@ function simpletest_load() {
     drupal_set_message(t('It is strongly suggested to run the tests with the first user!'));
   }
   $loaded = true;
-  if (!defined('SIMPLE_TEST')) {
-    define('SIMPLE_TEST', drupal_get_path('module', 'simpletest') .'/simpletest');
-  }
-  if (!is_dir(SIMPLE_TEST)) {
-    return simpletest_trigger_error('not available');
-  }
 
   // We currently use only the web tester that DrupalTestCase is built upon
-  require_once(SIMPLE_TEST .'/unit_tester.php');
-  require_once(SIMPLE_TEST .'/reporter.php');
+  require_once(drupal_get_path('module', 'simpletest') .'/simpletest/simpletest.php');
   require_once('drupal_reporter.php');
 
   if (version_compare(SimpleTest::getVersion(), '1.0.1beta2') < 0) {
