summaryrefslogtreecommitdiff
path: root/modules/blog
diff options
context:
space:
mode:
Diffstat (limited to 'modules/blog')
-rw-r--r--modules/blog/blog.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/blog/blog.test b/modules/blog/blog.test
index 0ce260889..53d2febef 100644
--- a/modules/blog/blog.test
+++ b/modules/blog/blog.test
@@ -161,7 +161,6 @@ class BlogTestCase extends DrupalWebTestCase {
// Confirm a blog page was displayed per user.
$this->drupalGet('blog/' . $user->uid);
$this->assertTitle(t("@name's blog | Drupal", array('@name' => $user->name)), t('User blog node was displayed'));
- $this->assertText(t('Home ' . $crumb . ' Blogs'), t('Breadcrumbs were displayed'));
// Confirm a blog feed was displayed.
$this->drupalGet('blog/feed');