Skip to content

Commit

Permalink
Merge branch 'MDL-53643_master' of git://github.com/dmonllao/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Mar 30, 2016
2 parents e1ec2bb + bd5d2c6 commit 79efd94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions search/engine/solr/tests/engine_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ public function setUp() {
$this->markTestSkipped('Solr extension test server not set.');
}

set_config('hostname', TEST_SEARCH_SOLR_HOSTNAME, 'search_solr');
set_config('port', TEST_SEARCH_SOLR_PORT, 'search_solr');
set_config('server_hostname', TEST_SEARCH_SOLR_HOSTNAME, 'search_solr');
set_config('server_port', TEST_SEARCH_SOLR_PORT, 'search_solr');
set_config('indexname', TEST_SEARCH_SOLR_INDEXNAME, 'search_solr');

if (defined('TEST_SEARCH_SOLR_USERNAME')) {
Expand Down

0 comments on commit 79efd94

Please sign in to comment.