From c82458cb7ca69406c58065da546d9ea0e9961560 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Fri, 23 Mar 2012 09:25:18 -0700 Subject: Issue #1182296 by BTMash, timplunkett: Fix tests for site name in database upgrade tests, which were causing random 7.x is broken test failures --- modules/simpletest/tests/upgrade/upgrade.test | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/simpletest/tests') diff --git a/modules/simpletest/tests/upgrade/upgrade.test b/modules/simpletest/tests/upgrade/upgrade.test index 2602b09a2..172f30e69 100644 --- a/modules/simpletest/tests/upgrade/upgrade.test +++ b/modules/simpletest/tests/upgrade/upgrade.test @@ -549,7 +549,7 @@ class BasicStandardUpdatePath extends UpdatePathTestCase { )); // Test that the site name is correctly displayed. - $this->assertText('drupal', t('The site name is correctly displayed.')); + $this->assertText('Drupal', t('The site name is correctly displayed.')); // Verify that the main admin sections are available. $this->drupalGet('admin'); @@ -625,7 +625,7 @@ class BasicMinimalUpdatePath extends UpdatePathTestCase { )); // Test that the site name is correctly displayed. - $this->assertText('drupal', t('The site name is correctly displayed.')); + $this->assertText('Drupal', t('The site name is correctly displayed.')); // Verify that the main admin sections are available. $this->drupalGet('admin'); @@ -702,7 +702,7 @@ class FilledStandardUpdatePath extends UpdatePathTestCase { )); // Test that the site name is correctly displayed. - $this->assertText('drupal', t('The site name is correctly displayed.')); + $this->assertText('Drupal', t('The site name is correctly displayed.')); // Verify that the main admin sections are available. $this->drupalGet('admin'); @@ -778,7 +778,7 @@ class FilledMinimalUpdatePath extends UpdatePathTestCase { )); // Test that the site name is correctly displayed. - $this->assertText('drupal', t('The site name is correctly displayed.')); + $this->assertText('Drupal', t('The site name is correctly displayed.')); // Verify that the main admin sections are available. $this->drupalGet('admin'); -- cgit v1.2.3