diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-02-15 16:00:00 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-02-15 16:00:00 +0000 |
commit | 54c6a3a989e19abaae07dd38864a0bea5a718629 (patch) | |
tree | 0ed875f71d2b03ec29fda03d9582633d3df5c2a5 /modules/system/system.test | |
parent | 8f7b37b730116ff9f619178f966624c2606850d5 (diff) | |
download | brdo-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.test | 4 |
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'); |