diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-05-30 18:17:35 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-05-30 18:17:35 +0000 |
commit | 9c7b3136ca20728b141ffef32fc24d4327e9c8b5 (patch) | |
tree | 94bc7bc42accbdaf5050bf670afe05584983d3d9 /modules/forum/forum.test | |
parent | b806c1b03b19cc13241db0517892c60d27c085a1 (diff) | |
download | brdo-9c7b3136ca20728b141ffef32fc24d4327e9c8b5.tar.gz brdo-9c7b3136ca20728b141ffef32fc24d4327e9c8b5.tar.bz2 |
- Patch #260050 by Gurpartap Singh: move forum administration to site building.
Diffstat (limited to 'modules/forum/forum.test')
-rw-r--r-- | modules/forum/forum.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/forum/forum.test b/modules/forum/forum.test index 8988e6d0f..ccb74dbf8 100644 --- a/modules/forum/forum.test +++ b/modules/forum/forum.test @@ -191,7 +191,7 @@ class ForumTestCase extends DrupalWebTestCase { ); // Create forum. - $this->drupalPost('admin/content/forum/add/' . $type, $edit, t('Save')); + $this->drupalPost('admin/build/forum/add/' . $type, $edit, t('Save')); $this->assertResponse(200); $type = ($type == 'container') ? 'forum container' : 'forum'; $this->assertRaw(t('Created new @type %term.', array('%term' => $name, '@type' => t($type))), t(ucfirst($type) . ' was created')); |