diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-08-11 01:06:44 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-08-11 01:06:44 +0000 |
commit | f469a9082d4117044759a0c9209bc6259b4f8860 (patch) | |
tree | 59ea92cc4b4d9b76840757c82b13a5dcf5c01c51 /modules/simpletest | |
parent | 53650d6992085d494ebb2885646d601e22fe502c (diff) | |
download | brdo-f469a9082d4117044759a0c9209bc6259b4f8860.tar.gz brdo-f469a9082d4117044759a0c9209bc6259b4f8860.tar.bz2 |
- Patch #865072 by bleen18, jhodgdon: Bartik is default theme now ... documentation & tests need to be changed.
Diffstat (limited to 'modules/simpletest')
-rw-r--r-- | modules/simpletest/tests/batch.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/simpletest/tests/batch.test b/modules/simpletest/tests/batch.test index 82385c5e9..d8aeb468c 100644 --- a/modules/simpletest/tests/batch.test +++ b/modules/simpletest/tests/batch.test @@ -274,6 +274,7 @@ 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', 'bartik'); 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 |