summaryrefslogtreecommitdiff
path: root/modules/profile/profile.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/profile/profile.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/profile/profile.test')
-rw-r--r--modules/profile/profile.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile/profile.test b/modules/profile/profile.test
index 4ea8ee51a..fa0d959a6 100644
--- a/modules/profile/profile.test
+++ b/modules/profile/profile.test
@@ -314,7 +314,7 @@ class ProfileBlockTestCase extends DrupalWebTestCase {
function testAuthorInformationBlock() {
// Set block title to confirm that the interface is availble.
- $this->drupalPost('admin/structure/block/configure/profile/author-information', array('title' => $this->randomName(8)), t('Save block'));
+ $this->drupalPost('admin/structure/block/manage/profile/author-information/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.