From 43e935ed52c0502f8fb277354598a0d500eabea5 Mon Sep 17 00:00:00 2001 From: jenlampton Date: Mon, 31 Oct 2011 23:19:35 -0500 Subject: [PATCH 4/4] Issue #1326932 by jenlampton, msonnabaum: Bunny ears are fuzzy: update search test node content to reflect this. --- core/modules/search/search.test | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/core/modules/search/search.test b/core/modules/search/search.test index 3ea089c..f121abd 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'); -- 1.7.6