diff --git a/core/modules/search/search.test b/core/modules/search/search.test index 3ea089ce9b85bc8f683c2599d7a972d9e5e0fa88..f121abd3321463b056ec405ff82fff7e5687bb08 100644 --- a/core/modules/search/search.test +++ b/core/modules/search/search.test @@ -1975,7 +1975,7 @@ class SearchNodeAccessTest extends DrupalWebTestCase { * Tests that search returns results with punctuation in the search phrase. */ function testPhraseSearchPunctuation() { - $node = $this->drupalCreateNode(array('body' => array(LANGUAGE_NONE => array(array('value' => "The bunny's ears were furry."))))); + $node = $this->drupalCreateNode(array('body' => array(LANGUAGE_NONE => array(array('value' => "The bunny's ears were fuzzy."))))); // Update the search index. module_invoke_all('update_index');