- Patch #864252 by cwgordon7, andypost: code cleanup for Bartik color module implementation.

merge-requests/26/head
Dries Buytaert 2010-08-12 16:59:04 +00:00
parent 3d62d3703b
commit e3450c8125
1 changed files with 1 additions and 2 deletions

View File

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