summaryrefslogtreecommitdiff
path: root/modules/blog/blog.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/blog/blog.test')
-rw-r--r--modules/blog/blog.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog/blog.test b/modules/blog/blog.test
index 5086e001b..0ce260889 100644
--- a/modules/blog/blog.test
+++ b/modules/blog/blog.test
@@ -115,7 +115,7 @@ class BlogTestCase extends DrupalWebTestCase {
$this->drupalGet('node/' . $node->nid . '/edit');
$this->assertResponse($response);
if ($response == 200) {
- $this->assertTitle($node->title. ' | Drupal', t('Blog edit node was displayed'));
+ $this->assertTitle('Edit Blog entry ' . $node->title. ' | Drupal', t('Blog edit node was displayed'));
$this->assertText(t('Home ' . $crumb . ' @title', array('@title' => $node->title)), t('Breadcrumbs were displayed'));
}