summaryrefslogtreecommitdiff
path: root/modules/book
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-16 23:48:38 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-16 23:48:38 +0000
commita09822b363813158a6182057917080b22d3ca8f7 (patch)
tree8d2cdf475730f06f040fd06badabf51cd00266d9 /modules/book
parent81bba297e67e18e6277dc76eb584a680808471a7 (diff)
downloadbrdo-a09822b363813158a6182057917080b22d3ca8f7.tar.gz
brdo-a09822b363813158a6182057917080b22d3ca8f7.tar.bz2
#606640 by eojthebrave and sun: Use proper menu router paths for the block module.
Diffstat (limited to 'modules/book')
-rw-r--r--modules/book/book.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/book/book.test b/modules/book/book.test
index 335fa4166..9a0f9a476 100644
--- a/modules/book/book.test
+++ b/modules/book/book.test
@@ -215,7 +215,7 @@ class BookBlockTestCase extends DrupalWebTestCase {
function testBookNavigationBlock() {
// Set block title to confirm that the interface is availble.
- $this->drupalPost('admin/structure/block/configure/book/navigation', array('title' => $this->randomName(8)), t('Save block'));
+ $this->drupalPost('admin/structure/block/manage/book/navigation/configure', array('title' => $this->randomName(8)), t('Save block'));
$this->assertText(t('The block configuration has been saved.'), t('Block configuration set.'));
// Set the block to a region to confirm block is availble.