From e3450c8125333ad840b1aa87340d9713c9b5a518 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 12 Aug 2010 16:59:04 +0000 Subject: - Patch #864252 by cwgordon7, andypost: code cleanup for Bartik color module implementation. --- modules/color/color.test | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/color/color.test b/modules/color/color.test index b13f30ff4..6fb00c26e 100644 --- a/modules/color/color.test +++ b/modules/color/color.test @@ -31,7 +31,7 @@ class ColorTestCase extends DrupalWebTestCase { $this->themes = array( 'bartik' => array( 'palette_input' => 'palette[bg]', - 'scheme' => 'Slate', + 'scheme' => 'slate', 'scheme_color' => '#3b3b3b', ), 'garland' => array( @@ -48,7 +48,6 @@ class ColorTestCase extends DrupalWebTestCase { */ function testColor() { foreach ($this->themes as $theme => $test_values) { - debug($theme); $this->_testColor($theme, $test_values); } } -- cgit v1.2.3