summaryrefslogtreecommitdiff
path: root/modules/system/system.test
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-02-15 15:12:22 +0000
committerDries Buytaert <dries@buytaert.net>2010-02-15 15:12:22 +0000
commitd89f0464264cb227a917a64660466099d93958aa (patch)
tree694f264cb9510118717d154b15a8d031d23ca982 /modules/system/system.test
parent4c9fd48cedb88ca3e4e1e19ef862feadb9e244d3 (diff)
downloadbrdo-d89f0464264cb227a917a64660466099d93958aa.tar.gz
brdo-d89f0464264cb227a917a64660466099d93958aa.tar.bz2
- Patch #685034 by linclark: the number of comments in RDFa should be typed.
Diffstat (limited to 'modules/system/system.test')
-rw-r--r--modules/system/system.test4
1 files changed, 2 insertions, 2 deletions
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');