diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-01-05 21:57:12 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-01-05 21:57:12 +0000 |
commit | 9e59ef8ed0d385755ce453c29fd7f9d608368a41 (patch) | |
tree | 27efdb26548775446f4017a7c007fdefc79dc0c3 | |
parent | 20421ee64d427b4886957342fc7b885ea11c1626 (diff) | |
download | brdo-9e59ef8ed0d385755ce453c29fd7f9d608368a41.tar.gz brdo-9e59ef8ed0d385755ce453c29fd7f9d608368a41.tar.bz2 |
- Patch #354715 by yched: removed unused and unsupported js entry in batch definition.
-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); |