diff --git a/modules/node/node.test b/modules/node/node.test index 9ef4c25..c84a648 100644 --- a/modules/node/node.test +++ b/modules/node/node.test @@ -695,7 +695,7 @@ class NodeBlockTestCase extends DrupalWebTestCase { $this->drupalLogin($admin_user); } - function testSearchFormBlock() { + function testSyndicateBlock() { // Set block title to confirm that the interface is available. $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.'));