summaryrefslogtreecommitdiff
path: root/modules/dblog
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-14 14:00:14 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-14 14:00:14 +0000
commit40052b63f2ba16b62c3e2061b7ca8dd5171b2c1d (patch)
treef7a8576fc9df3f576ba39aee065bfcb658fa97c8 /modules/dblog
parentc730d8c179835b8855777f9aea3b8fc89c2f4e41 (diff)
downloadbrdo-40052b63f2ba16b62c3e2061b7ca8dd5171b2c1d.tar.gz
brdo-40052b63f2ba16b62c3e2061b7ca8dd5171b2c1d.tar.bz2
#549182 by catch: Move logging and errors to admin/config/development.
Diffstat (limited to 'modules/dblog')
-rw-r--r--modules/dblog/dblog.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dblog/dblog.test b/modules/dblog/dblog.test
index 551def4f8..e084fa5a6 100644
--- a/modules/dblog/dblog.test
+++ b/modules/dblog/dblog.test
@@ -50,7 +50,7 @@ class DBLogTestCase extends DrupalWebTestCase {
// Change the dblog row limit.
$edit = array();
$edit['dblog_row_limit'] = $row_limit;
- $this->drupalPost('admin/settings/logging', $edit, t('Save configuration'));
+ $this->drupalPost('admin/config/development/logging', $edit, t('Save configuration'));
$this->assertResponse(200);
// Check row limit variable.