From a09822b363813158a6182057917080b22d3ca8f7 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 16 Oct 2009 23:48:38 +0000 Subject: #606640 by eojthebrave and sun: Use proper menu router paths for the block module. --- modules/node/node.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node/node.test') diff --git a/modules/node/node.test b/modules/node/node.test index 56cd251c0..71a39801c 100644 --- a/modules/node/node.test +++ b/modules/node/node.test @@ -490,7 +490,7 @@ class NodeBlockTestCase extends DrupalWebTestCase { function testSearchFormBlock() { // Set block title to confirm that the interface is availble. - $this->drupalPost('admin/structure/block/configure/node/syndicate', array('title' => $this->randomName(8)), t('Save block')); + $this->drupalPost('admin/structure/block/manage/node/syndicate/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. -- cgit v1.2.3