diff options
Diffstat (limited to 'modules/search/search.test')
-rw-r--r-- | modules/search/search.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/search/search.test b/modules/search/search.test index 357789039..2e5750a58 100644 --- a/modules/search/search.test +++ b/modules/search/search.test @@ -499,7 +499,7 @@ class SearchCommentTestCase extends DrupalWebTestCase { // Invoke search index update. $this->drupalLogout(); - $this->drupalGet($GLOBALS['base_url'] . '/cron.php', array('external' => TRUE, 'query' => array('cron_key' => variable_get('cron_key', 'drupal')))); + $this->cronRun(); // Search for $title. $edit = array( @@ -521,7 +521,7 @@ class SearchCommentTestCase extends DrupalWebTestCase { // Invoke search index update. $this->drupalLogout(); - $this->drupalGet($GLOBALS['base_url'] . '/cron.php', array('external' => TRUE, 'query' => array('cron_key' => variable_get('cron_key', 'drupal')))); + $this->cronRun(); // Search for $title. $this->drupalPost('', $edit, t('Search')); |