summaryrefslogtreecommitdiff
path: root/modules/poll/poll.test
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/poll/poll.test
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/poll/poll.test')
-rw-r--r--modules/poll/poll.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/poll/poll.test b/modules/poll/poll.test
index 38d5b9c9b..2e976e5cb 100644
--- a/modules/poll/poll.test
+++ b/modules/poll/poll.test
@@ -260,7 +260,7 @@ class PollBlockTestCase extends PollTestCase {
function testRecentBlock() {
// Set block title to confirm that the interface is available.
- $this->drupalPost('admin/structure/block/configure/poll/recent', array('title' => $this->randomName(8)), t('Save block'));
+ $this->drupalPost('admin/structure/block/manage/poll/recent/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 available.