Index: drupal_web_test_case.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simpletest/drupal_web_test_case.php,v
retrieving revision 1.2.2.3.2.37
diff -u -p -r1.2.2.3.2.37 drupal_web_test_case.php
--- drupal_web_test_case.php	23 Apr 2009 05:39:52 -0000	1.2.2.3.2.37
+++ drupal_web_test_case.php	25 May 2009 22:16:50 -0000
@@ -883,6 +883,7 @@ class DrupalWebTestCase {
 //    $modules = array_unique(array_merge(drupal_get_profile_modules('default', 'en'), $args));
     $modules = array_unique(array_merge(drupal_verify_profile('default', 'en'), $args));
 //    drupal_install_modules($modules, TRUE);
+    module_list(TRUE);
     drupal_install_modules($modules);
 
     // Because the schema is static cached, we need to flush
