summaryrefslogtreecommitdiff
path: root/modules/system/system.test
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-02-15 16:00:00 +0000
committerDries Buytaert <dries@buytaert.net>2010-02-15 16:00:00 +0000
commit54c6a3a989e19abaae07dd38864a0bea5a718629 (patch)
tree0ed875f71d2b03ec29fda03d9582633d3df5c2a5 /modules/system/system.test
parent8f7b37b730116ff9f619178f966624c2606850d5 (diff)
downloadbrdo-54c6a3a989e19abaae07dd38864a0bea5a718629.tar.gz
brdo-54c6a3a989e19abaae07dd38864a0bea5a718629.tar.bz2
- Rollbacked some changes that I accidentically committed along with the RDF patch.
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 e33ad11a8..0bd05a45b 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/config');
+ $this->drupalGet('admin');
$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/config');
+ $this->drupalGet('admin');
$this->assertRaw('themes/garland', t('Administration theme used on an administration page.'));
$this->drupalGet('node/add');