diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-08-08 19:35:49 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-08-08 19:35:49 +0000 |
commit | e3a52979f60fe66b66e7eea9e4a8213ded7ff834 (patch) | |
tree | 4dc684cb65ad81dbe431f96690dd073876dbd0c8 /modules/simpletest/tests/batch.test | |
parent | 1c4b5b9f44ade9ee155fc5293376210c607c0b7b (diff) | |
download | brdo-e3a52979f60fe66b66e7eea9e4a8213ded7ff834.tar.gz brdo-e3a52979f60fe66b66e7eea9e4a8213ded7ff834.tar.bz2 |
- Patch #865072 by bleen18, jhodgdon: updates to reflect that Bartik is default theme now.
Diffstat (limited to 'modules/simpletest/tests/batch.test')
-rw-r--r-- | modules/simpletest/tests/batch.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/simpletest/tests/batch.test b/modules/simpletest/tests/batch.test index 451575cf2..82385c5e9 100644 --- a/modules/simpletest/tests/batch.test +++ b/modules/simpletest/tests/batch.test @@ -274,7 +274,6 @@ class BatchPageTestCase extends DrupalWebTestCase { function testBatchProgressPageTheme() { // Make sure that the page which starts the batch (an administrative page) // is using a different theme than would normally be used by the batch API. - variable_set('theme_default', 'garland'); variable_set('admin_theme', 'seven'); // Visit an administrative page that runs a test batch, and check that the // theme that was used during batch execution (which the batch callback |