summaryrefslogtreecommitdiff
path: root/modules/blog
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-03-20 19:18:11 +0000
committerDries Buytaert <dries@buytaert.net>2009-03-20 19:18:11 +0000
commit32076b4d32a3cfdd0476bd3488d5160dd46affac (patch)
tree2ea12412d23f5c077cf20f35a026b683504f3378 /modules/blog
parentc49a925eb8172805389f9d5f341e4acd9f5cd2d4 (diff)
downloadbrdo-32076b4d32a3cfdd0476bd3488d5160dd46affac.tar.gz
brdo-32076b4d32a3cfdd0476bd3488d5160dd46affac.tar.bz2
- Patch #273137 by pwolanin, David_Rothstein, chx, et al: split navigation to user and administration menu. Will require follow-up patches.
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');