summaryrefslogtreecommitdiff
path: root/modules/search/search.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/search/search.test')
-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 2c9871d13..f16517e3b 100644
--- a/modules/search/search.test
+++ b/modules/search/search.test
@@ -374,7 +374,7 @@ class SearchRankingTestCase extends DrupalWebTestCase {
}
// Do the search and assert the results.
- $set = node_search('search', 'rocks');
+ $set = node_search_execute('rocks');
$this->assertEqual($set[0]['node']->nid, $nodes[$node_rank][1]->nid, 'Search ranking "' . $node_rank . '" order.');
}
}