summaryrefslogtreecommitdiff
path: root/modules/search
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-11-11 20:45:43 -0800
committerwebchick <webchick@24967.no-reply.drupal.org>2011-11-11 20:45:43 -0800
commitd1e35f3da1eeaf88f27d4aedb13fd6017c5f483b (patch)
tree5214c698f8a1a4525a2d9038335dca80e92edf9c /modules/search
parent625cf954e8ec39faf4cb5e517729de92a64e07ed (diff)
downloadbrdo-d1e35f3da1eeaf88f27d4aedb13fd6017c5f483b.tar.gz
brdo-d1e35f3da1eeaf88f27d4aedb13fd6017c5f483b.tar.bz2
Issue #1326932 by jenlampton, rump: Bunny ears are fuzzy: update search test node content to reflect this.
Diffstat (limited to 'modules/search')
-rw-r--r--modules/search/search.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search/search.test b/modules/search/search.test
index a6ed0dfee..b1edad62b 100644
--- a/modules/search/search.test
+++ b/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');