diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-07-31 19:44:21 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-07-31 19:44:21 +0000 |
commit | a8a15bcd9015914d5350d868760f8d750b80354e (patch) | |
tree | c7bbfa7576430403282b0b9dc7ef20d06e218d61 /modules/forum/forum.test | |
parent | 04d7eb4acb8b892e489a3abe49c9a98e5d863f7e (diff) | |
download | brdo-a8a15bcd9015914d5350d868760f8d750b80354e.tar.gz brdo-a8a15bcd9015914d5350d868760f8d750b80354e.tar.bz2 |
- Patch #504666 by catch, yched, et al: make comments fieldable. Oh my. Bye bye comments as nodes?
Diffstat (limited to 'modules/forum/forum.test')
-rw-r--r-- | modules/forum/forum.test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/forum/forum.test b/modules/forum/forum.test index 142f076eb..9abfc5f23 100644 --- a/modules/forum/forum.test +++ b/modules/forum/forum.test @@ -288,7 +288,6 @@ class ForumTestCase extends DrupalWebTestCase { if ($response2 == 200) { $this->assertTitle(t('Forum | Drupal'), t('Forum help title was displayed')); $this->assertText(t('Forum'), t('Forum help node was displayed')); - $this->assertText(t('Home ' . $crumb . ' Administer ' . $crumb . ' Help'), t('Breadcrumbs were displayed')); } // Verify the forum blocks were displayed. @@ -316,7 +315,6 @@ class ForumTestCase extends DrupalWebTestCase { $this->assertResponse($response); if ($response == 200) { $this->assertTitle('Edit Forum topic ' . $node->title . ' | Drupal', t('Forum edit node was displayed')); - $this->assertText(t('Home ' . $crumb . ' @title', array('@title' => $node->title)), t('Breadcrumbs were displayed')); } if ($response == 200) { |