From 38969b48ffd65d8bbf2b7c6722288c5341d7a4f6 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sat, 14 Mar 2009 16:41:30 +0000 Subject: #315533 by JohnAlbin and catch: Remove all core themes but Garland and Stark. Yay for making Drupal 75% more palatable to designers. These themes can be found in contrib thanks to the venerable John Wilkins. :) --- modules/block/block.test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/block/block.test b/modules/block/block.test index ea26a247d..073648b3c 100644 --- a/modules/block/block.test +++ b/modules/block/block.test @@ -166,8 +166,8 @@ class NonDefaultBlockAdmin extends DrupalWebTestCase { function testNonDefaultBlockAdmin() { $admin_user = $this->drupalCreateUser(array('administer blocks', 'administer site configuration')); $this->drupalLogin($admin_user); - $this->drupalPost('admin/build/themes', array('status[bluemarine]' => 1), t('Save configuration')); - $this->drupalGet('admin/build/block/list/bluemarine'); - $this->assertRaw('bluemarine/style.css', t('Bluemarine CSS found')); + $this->drupalPost('admin/build/themes', array('status[stark]' => 1), t('Save configuration')); + $this->drupalGet('admin/build/block/list/stark'); + $this->assertRaw('stark/layout.css', t('Stark CSS found')); } } -- cgit v1.2.3