From 0bd7fcbf38d71df62904bd4c86046e9c85c9085d Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 3 Aug 2009 03:04:34 +0000 Subject: #226587 by JohnAlbin, E.Z, et al: Make sidebar regions semantic and RTL-friendly. --- modules/comment/comment.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/comment') diff --git a/modules/comment/comment.test b/modules/comment/comment.test index d5de02a28..588d7ae82 100644 --- a/modules/comment/comment.test +++ b/modules/comment/comment.test @@ -651,10 +651,10 @@ class CommentBlockFunctionalTest extends CommentHelperCase { // Set the block to a region to confirm block is available. $edit = array( - 'comment_recent[region]' => 'left', + 'comment_recent[region]' => 'sidebar_first', ); $this->drupalPost('admin/structure/block', $edit, t('Save blocks')); - $this->assertText(t('The block settings have been updated.'), t('Block saved to left region.')); + $this->assertText(t('The block settings have been updated.'), t('Block saved to first sidebar region.')); // Set block title and variables. $block = array( -- cgit v1.2.3