summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-12-12 16:18:31 +0000
committerDries Buytaert <dries@buytaert.net>2008-12-12 16:18:31 +0000
commit096b7b15b29bdabd03dac5d7eab7450f1e09411f (patch)
treefbb718b27b878620af1cff0d174d55e06a8e13d8 /modules
parent2a421f116f905b0d7f4778a936f55b27dd7a817c (diff)
downloadbrdo-096b7b15b29bdabd03dac5d7eab7450f1e09411f.tar.gz
brdo-096b7b15b29bdabd03dac5d7eab7450f1e09411f.tar.bz2
- Patch #345632 by Dave Reid: fixed a broken test that went unnoticed by the test bots.
Diffstat (limited to 'modules')
-rw-r--r--modules/node/node.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.test b/modules/node/node.test
index 7f5e5c303..2e8a94d92 100644
--- a/modules/node/node.test
+++ b/modules/node/node.test
@@ -392,7 +392,7 @@ class PagePreviewTestCase extends DrupalWebTestCase {
$this->drupalPost('node/add/page', $edit, t('Preview'));
// Check that the preview is displaying the title and body.
- $this->assertTitle(t('Preview'), t('Page title is preview.'));
+ $this->assertTitle(t('Preview | Drupal'), t('Page title is preview.'));
$this->assertText($edit['title'], t('Title displayed.'));
$this->assertText($edit['body'], t('Body displayed.'));