summaryrefslogtreecommitdiff
path: root/modules/contact
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-04-30 21:44:20 +0000
committerDries Buytaert <dries@buytaert.net>2009-04-30 21:44:20 +0000
commit5f08579bfe3b268d6a57fd50c16de861f72e02e7 (patch)
tree6fef5481becd1767dbf10e61a70b039ba764a2ef /modules/contact
parent3e81a14a4908aca99874484159e25dd88b8d3ecb (diff)
downloadbrdo-5f08579bfe3b268d6a57fd50c16de861f72e02e7.tar.gz
brdo-5f08579bfe3b268d6a57fd50c16de861f72e02e7.tar.bz2
- Patch #240873 by Gábor Hojtsy, sun: block system clean-ups. Thanks for the review sun.
Diffstat (limited to 'modules/contact')
-rw-r--r--modules/contact/contact.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/contact/contact.test b/modules/contact/contact.test
index ae5fbe1ec..ecac2db1a 100644
--- a/modules/contact/contact.test
+++ b/modules/contact/contact.test
@@ -80,7 +80,7 @@ class ContactSitewideTestCase extends DrupalWebTestCase {
$this->setPermission('anonymous user', array('access site-wide contact form' => TRUE));
$this->drupalLogout();
$this->drupalGet('contact');
- $this->assertText(t('Contact'), t('Contact form is shown when there is one category.'));
+ $this->assertText(t('Your e-mail address'), t('Contact form is shown when there is one category.'));
$this->assertNoText(t('Category'), t('When there is only one category, the category selection element is hidden.'));
$this->drupalLogin($admin_user);