summaryrefslogtreecommitdiff
path: root/modules/forum/forum.test
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/forum/forum.test
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/forum/forum.test')
-rw-r--r--modules/forum/forum.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/forum/forum.test b/modules/forum/forum.test
index 8a4e6ed14..cf430b9e5 100644
--- a/modules/forum/forum.test
+++ b/modules/forum/forum.test
@@ -142,7 +142,7 @@ class ForumTestCase extends DrupalWebTestCase {
);
// Edit the vocabulary.
- $this->drupalPost('admin/structure/taxonomy/' . $vid, $edit, t('Save'));
+ $this->drupalPost('admin/structure/taxonomy/' . $vid . '/edit', $edit, t('Save'));
$this->assertResponse(200);
$this->assertRaw(t('Updated vocabulary %name.', array('%name' => $title)), t('Vocabulary was edited'));