summaryrefslogtreecommitdiff
path: root/modules/path
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-08 11:19:02 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-08 11:19:02 +0000
commit2bc18b615540ca4ba41cf79a27fd900835bea989 (patch)
treea4f546d1ce61e61bf597e914293583277f509a45 /modules/path
parent953463666885d78c4ab97f857c5a0ee63725515f (diff)
downloadbrdo-2bc18b615540ca4ba41cf79a27fd900835bea989.tar.gz
brdo-2bc18b615540ca4ba41cf79a27fd900835bea989.tar.bz2
#553326 by sun: Provide consistency to the way field UI is presented for taxonomy.
Diffstat (limited to 'modules/path')
-rw-r--r--modules/path/path.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/path/path.test b/modules/path/path.test
index f29233f51..9ad9d6098 100644
--- a/modules/path/path.test
+++ b/modules/path/path.test
@@ -183,7 +183,7 @@ class PathTaxonomyTermTestCase extends DrupalWebTestCase {
$edit['name'] = $this->randomName();
$edit['description'] = $this->randomName();
$edit['path[alias]'] = $this->randomName();
- $this->drupalPost('admin/structure/taxonomy/1/list/add', $edit, t('Save'));
+ $this->drupalPost('admin/structure/taxonomy/1/add', $edit, t('Save'));
// Confirm that the alias works.
$this->drupalGet($edit['path[alias]']);