From 9e59ef8ed0d385755ce453c29fd7f9d608368a41 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 5 Jan 2009 21:57:12 +0000 Subject: - Patch #354715 by yched: removed unused and unsupported js entry in batch definition. --- modules/simpletest/simpletest.module | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/simpletest') 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); -- cgit v1.2.3