summaryrefslogtreecommitdiff
path: root/modules/system/system.test
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-02-17 08:56:48 +0000
committerDries Buytaert <dries@buytaert.net>2010-02-17 08:56:48 +0000
commitf14395454cfdf66b7524465a6f63dbbfe0e83aa1 (patch)
treec5f4346efe3aad370eaed0f6806bf1d998e0cf51 /modules/system/system.test
parent8ee010911c4762c528987ba462672429786831cb (diff)
downloadbrdo-f14395454cfdf66b7524465a6f63dbbfe0e83aa1.tar.gz
brdo-f14395454cfdf66b7524465a6f63dbbfe0e83aa1.tar.bz2
- Patch #652122 by mr.baileys, Berdir, catch: dashboard should insert itself as the default local task on /admin.
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');