- Patch #354715 by yched: removed unused and unsupported js entry in batch definition.

merge-requests/26/head
Dries Buytaert 2009-01-05 21:57:12 +00:00
parent 20421ee64d
commit 9e59ef8ed0
1 changed files with 0 additions and 1 deletions

View File

@ -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);