diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-02-15 15:12:22 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-02-15 15:12:22 +0000 |
commit | d89f0464264cb227a917a64660466099d93958aa (patch) | |
tree | 694f264cb9510118717d154b15a8d031d23ca982 /modules/system/system.test | |
parent | 4c9fd48cedb88ca3e4e1e19ef862feadb9e244d3 (diff) | |
download | brdo-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.test | 4 |
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'); |