Issue #1326932 by jenlampton, rump: Bunny ears are fuzzy: update search test node content to reflect this.

merge-requests/26/head
webchick 2011-11-11 20:45:43 -08:00
parent 625cf954e8
commit d1e35f3da1
1 changed files with 1 additions and 1 deletions

View File

@ -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');