From 2bc18b615540ca4ba41cf79a27fd900835bea989 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 8 Nov 2009 11:19:02 +0000 Subject: #553326 by sun: Provide consistency to the way field UI is presented for taxonomy. --- modules/path/path.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/path') 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]']); -- cgit v1.2.3