diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-10-16 23:48:38 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-10-16 23:48:38 +0000 |
commit | a09822b363813158a6182057917080b22d3ca8f7 (patch) | |
tree | 8d2cdf475730f06f040fd06badabf51cd00266d9 /modules/comment | |
parent | 81bba297e67e18e6277dc76eb584a680808471a7 (diff) | |
download | brdo-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/comment')
-rw-r--r-- | modules/comment/comment.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment/comment.test b/modules/comment/comment.test index 96e3398e7..e6d30d04c 100644 --- a/modules/comment/comment.test +++ b/modules/comment/comment.test @@ -777,7 +777,7 @@ class CommentBlockFunctionalTest extends CommentHelperCase { 'title' => $this->randomName(), 'comment_block_count' => 2, ); - $this->drupalPost('admin/structure/block/configure/comment/recent', $block, t('Save block')); + $this->drupalPost('admin/structure/block/manage/comment/recent/configure', $block, t('Save block')); $this->assertText(t('The block configuration has been saved.'), t('Block saved.')); // Add some test comments, one without a subject. @@ -806,7 +806,7 @@ class CommentBlockFunctionalTest extends CommentHelperCase { $block = array( 'comment_block_count' => 10, ); - $this->drupalPost('admin/structure/block/configure/comment/recent', $block, t('Save block')); + $this->drupalPost('admin/structure/block/manage/comment/recent/configure', $block, t('Save block')); $this->assertText(t('The block configuration has been saved.'), t('Block saved.')); // Post an additional comment. |