summaryrefslogtreecommitdiff
path: root/modules/locale
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-06-30 18:21:06 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-06-30 18:21:06 +0000
commit647f3541ae2236e4ecbcd7300bc88aba1d5eafe6 (patch)
treeb618499b9203c7ab821fb1da478660dc0e20db0b /modules/locale
parent7c3493c45bbc25a94b21ad1a3fca160fa67c4df1 (diff)
downloadbrdo-647f3541ae2236e4ecbcd7300bc88aba1d5eafe6.tar.gz
brdo-647f3541ae2236e4ecbcd7300bc88aba1d5eafe6.tar.bz2
#506124 by Bojhan: Move URL aliases path to site configuration.
Diffstat (limited to 'modules/locale')
-rw-r--r--modules/locale/locale.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/locale/locale.test b/modules/locale/locale.test
index 327700586..fd54d6b34 100644
--- a/modules/locale/locale.test
+++ b/modules/locale/locale.test
@@ -1258,7 +1258,7 @@ class LocalePathFunctionalTest extends DrupalWebTestCase {
$node = $this->drupalCreateNode(array('type' => 'page'));
// Create a path alias in default language (English).
- $path = 'admin/build/path/add';
+ $path = 'admin/settings/path/add';
$english_path = $this->randomName(8);
$edit = array(
'src' => 'node/' . $node->nid,