diff options
Diffstat (limited to 'modules/blog/blog.test')
-rw-r--r-- | modules/blog/blog.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog/blog.test b/modules/blog/blog.test index 9a3734d4d..09d51a9fe 100644 --- a/modules/blog/blog.test +++ b/modules/blog/blog.test @@ -187,7 +187,7 @@ class BlogTestCase extends DrupalWebTestCase { $this->assertResponse(200); $this->assertTitle('Blogs | Drupal', t('Blog page was displayed')); $this->assertText(t('Home'), t('Breadcrumbs were displayed')); - $this->assertLink(t('Create new blog entry.')); + $this->assertLink(t('Create new blog entry')); // Confirm a blog page was displayed per user. $this->drupalGet('blog/' . $user->uid); |