From d89f0464264cb227a917a64660466099d93958aa Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 15 Feb 2010 15:12:22 +0000 Subject: - Patch #685034 by linclark: the number of comments in RDFa should be typed. --- modules/system/system.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/system/system.test') diff --git a/modules/system/system.test b/modules/system/system.test index 0bd05a45b..e33ad11a8 100644 --- a/modules/system/system.test +++ b/modules/system/system.test @@ -1250,7 +1250,7 @@ class SystemThemeFunctionalTest extends DrupalWebTestCase { ); $this->drupalPost('admin/appearance', $edit, t('Save configuration')); - $this->drupalGet('admin'); + $this->drupalGet('admin/config'); $this->assertRaw('themes/garland', t('Administration theme used on an administration page.')); $this->drupalGet('node/' . $this->node->nid); @@ -1268,7 +1268,7 @@ class SystemThemeFunctionalTest extends DrupalWebTestCase { ); $this->drupalPost('admin/appearance', $edit, t('Save configuration')); - $this->drupalGet('admin'); + $this->drupalGet('admin/config'); $this->assertRaw('themes/garland', t('Administration theme used on an administration page.')); $this->drupalGet('node/add'); -- cgit v1.2.3