Index: modules/search/search.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/search/search.test,v
retrieving revision 1.45
diff --unified -r1.45 search.test
--- modules/search/search.test	9 Dec 2009 19:22:04 -0000	1.45
+++ modules/search/search.test	2 Jan 2010 02:52:30 -0000
@@ -273,11 +273,11 @@
 
     // Assert that the dummy title doesn't equal the real title.
     $dummy_title = 'Lorem ipsum';
-    $this->assertNotEqual($dummy_title, $this->node->title, t("Dummy title doens't equal node title"));
+    $this->assertNotEqual($dummy_title, $this->node->title[LANGUAGE_NONE][0]['value'], t("Dummy title doesn't equal node title."));
 
     // Search for the dummy title with a GET query.
     $this->drupalGet('search/node/' . $dummy_title);
-    $this->assertNoText($this->node->title, t('Page node is not found with dummy title.'));
+    $this->assertNoText($this->node->title[LANGUAGE_NONE][0]['value'], t('Page node is not found with dummy title.'));
 
     // Search for the title of the node with a GET query.
     $this->drupalGet('search/node/' . $this->node->title[LANGUAGE_NONE][0]['value']);
@@ -406,7 +406,7 @@
     $edit = array();
     $edit['search_form[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.'));
   }
 
   /**
