From 54c6a3a989e19abaae07dd38864a0bea5a718629 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 15 Feb 2010 16:00:00 +0000 Subject: - Rollbacked some changes that I accidentically committed along with the RDF patch. --- modules/system/system.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/system/system.test') 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'); -- cgit v1.2.3