From cca8e7e5acf71bc1462ef9197858a1629e96e6a3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 25 Mar 2010 11:53:25 +0000 Subject: - Patch #744258 by sun: admin/structure/taxonomy paths have to use machine_name(), not vid. --- modules/forum/forum.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum') diff --git a/modules/forum/forum.test b/modules/forum/forum.test index 377ac76f9..80fe69d2f 100644 --- a/modules/forum/forum.test +++ b/modules/forum/forum.test @@ -157,7 +157,7 @@ class ForumTestCase extends DrupalWebTestCase { ); // Edit the vocabulary. - $this->drupalPost('admin/structure/taxonomy/' . $vid . '/edit', $edit, t('Save')); + $this->drupalPost('admin/structure/taxonomy/' . $original_settings->machine_name . '/edit', $edit, t('Save')); $this->assertResponse(200); $this->assertRaw(t('Updated vocabulary %name.', array('%name' => $title)), t('Vocabulary was edited')); -- cgit v1.2.3