summaryrefslogtreecommitdiff
path: root/modules/system/system.test
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-08-18 18:41:30 +0000
committerDries Buytaert <dries@buytaert.net>2010-08-18 18:41:30 +0000
commit2ece18cef5d661916cd7bc56d075833592c7c130 (patch)
tree596c8573a12ca3e8bbdbb50ed17c3b6fcabe2731 /modules/system/system.test
parenteeeba75a5b10420688f08093738dd8e28060d69e (diff)
downloadbrdo-2ece18cef5d661916cd7bc56d075833592c7c130.tar.gz
brdo-2ece18cef5d661916cd7bc56d075833592c7c130.tar.bz2
- Patch #806232 by adam.hastings, cross: site information improvements.
Diffstat (limited to 'modules/system/system.test')
-rw-r--r--modules/system/system.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.test b/modules/system/system.test
index c5a67f9d0..1e5777c3b 100644
--- a/modules/system/system.test
+++ b/modules/system/system.test
@@ -553,7 +553,7 @@ class CronRunTestCase extends DrupalWebTestCase {
// Disable the cron threshold through the interface.
$admin_user = $this->drupalCreateUser(array('administer site configuration'));
$this->drupalLogin($admin_user);
- $this->drupalPost('admin/config/system/site-information', array('cron_safe_threshold' => 0), t('Save configuration'));
+ $this->drupalPost('admin/config/system/cron', array('cron_safe_threshold' => 0), t('Save configuration'));
$this->assertText(t('The configuration options have been saved.'));
$this->drupalLogout();