From 7e02f2f782418d3452bae636e63e3439e9802336 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sat, 11 Oct 2008 02:33:14 +0000 Subject: #318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI. --- modules/system/system.test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/system/system.test') diff --git a/modules/system/system.test b/modules/system/system.test index 29b4e73eb..52c51db72 100644 --- a/modules/system/system.test +++ b/modules/system/system.test @@ -35,7 +35,7 @@ class EnableDisableCoreTestCase extends DrupalWebTestCase { $this->assertTableCount('aggregator', FALSE); $edit = array(); - $edit['modules[Core - optional][aggregator][enable]'] = 'aggregator'; + $edit['modules[Core][aggregator][enable]'] = 'aggregator'; $this->drupalPost('admin/build/modules', $edit, t('Save configuration')); $this->assertText(t('The configuration options have been saved.'), t('Modules status has been updated.')); @@ -44,7 +44,7 @@ class EnableDisableCoreTestCase extends DrupalWebTestCase { // Disable aggregator, check tables, uninstall aggregator, check tables. $edit = array(); - $edit['modules[Core - optional][aggregator][enable]'] = FALSE; + $edit['modules[Core][aggregator][enable]'] = FALSE; $this->drupalPost('admin/build/modules', $edit, t('Save configuration')); $this->assertText(t('The configuration options have been saved.'), t('Modules status has been updated.')); @@ -68,7 +68,7 @@ class EnableDisableCoreTestCase extends DrupalWebTestCase { function testEnableWithoutDependency () { // Attempt to enable content translation without locale enabled. $edit = array(); - $edit['modules[Core - optional][translation][enable]'] = 'translation'; + $edit['modules[Core][translation][enable]'] = 'translation'; $this->drupalPost('admin/build/modules', $edit, t('Save configuration')); $this->assertText(t('Some required modules must be enabled'), t('Dependecy required.')); -- cgit v1.2.3