diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-08-11 11:52:46 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-08-11 11:52:46 +0000 |
commit | 735e532bee7482fc55b91dd39b1e629dfd9e1957 (patch) | |
tree | a2e07bd3f3346a24fc769d76d46eda2bc6d2ada0 /modules/simpletest | |
parent | ef5c041534a4d3afcb382cc8bec646e725ee61c9 (diff) | |
download | brdo-735e532bee7482fc55b91dd39b1e629dfd9e1957.tar.gz brdo-735e532bee7482fc55b91dd39b1e629dfd9e1957.tar.bz2 |
- Patch #508458 by catch, Gábor Hojtsy, yoroy: created 'Configuration and modules' section so we can start moving over configuration items. Let's see how this goes ...
Diffstat (limited to 'modules/simpletest')
-rw-r--r-- | modules/simpletest/tests/common.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/tests/common.test b/modules/simpletest/tests/common.test index 60265bd8d..d0b16e9ab 100644 --- a/modules/simpletest/tests/common.test +++ b/modules/simpletest/tests/common.test @@ -1112,7 +1112,7 @@ class FormatDateUnitTest extends DrupalWebTestCase { 'direction' => LANGUAGE_LTR, 'prefix' => self::LANGCODE, ); - $this->drupalPost('admin/international/language/add', $edit, t('Add custom language')); + $this->drupalPost('admin/config/international/language/add', $edit, t('Add custom language')); // Create a test user to carry out the tests. $test_user = $this->drupalCreateUser(); |