diff options
Diffstat (limited to 'modules/simpletest')
-rw-r--r-- | modules/simpletest/simpletest.module | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/simpletest/simpletest.module b/modules/simpletest/simpletest.module index 53acb6dd2..4c07e294c 100644 --- a/modules/simpletest/simpletest.module +++ b/modules/simpletest/simpletest.module @@ -370,7 +370,6 @@ function simpletest_run_tests($test_list, $reporter = 'drupal') { 'redirect' => 'admin/build/testing', 'progress_message' => '', 'css' => array(drupal_get_path('module', 'simpletest') . '/simpletest.css'), - 'js' => array(drupal_get_path('module', 'simpletest') .'/simpletest.js'), 'init_message' => t('Processing test @num of @max - %test.', array('%test' => $info['name'], '@num' => '1', '@max' => count($test_list))), ); batch_set($batch); |