summaryrefslogtreecommitdiff
path: root/modules/system/system.test
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-10-14 02:13:15 +0000
committerDries Buytaert <dries@buytaert.net>2009-10-14 02:13:15 +0000
commit3314d417715ac2e7032278a56121df5b7251c3ce (patch)
tree44ccfd704cefc78dc6427e9653df717da4e936d2 /modules/system/system.test
parentb6164a4cb7db9cd61caceaea2c36a377ffe7f94d (diff)
downloadbrdo-3314d417715ac2e7032278a56121df5b7251c3ce.tar.gz
brdo-3314d417715ac2e7032278a56121df5b7251c3ce.tar.bz2
- Patch #581118 by Gábor Hojtsy: blocks admin user interface should not do theme switching.
Diffstat (limited to 'modules/system/system.test')
-rw-r--r--modules/system/system.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/system/system.test b/modules/system/system.test
index 226adff0f..9d792932f 100644
--- a/modules/system/system.test
+++ b/modules/system/system.test
@@ -979,9 +979,10 @@ class SystemBlockTestCase extends DrupalWebTestCase {
$edit = array();
$edit['system_powered-by[region]'] = 'footer';
$this->drupalPost('admin/structure/block', $edit, t('Save blocks'));
- $this->assertText(t('The block settings have been updated.'), t('Block successfully move to footer region.'));
+ $this->assertText(t('The block settings have been updated.'), t('Block successfully moved to footer region.'));
// Confirm that the block is being displayed.
+ $this->drupalGet('node');
$this->assertRaw('id="block-system-powered-by"', t('Block successfully being displayed on the page.'));
// Set the block to the disabled region.