diff options
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. |