Skip to content

Commit

Permalink
Fixed a test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Schlamp committed Mar 15, 2011
1 parent c610831 commit 821831f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/querysolr_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test("query without additional options", function() {

$.querysolr({
callback: function(url, data) {
equal(url, "127.0.0.1:8982/solr/select/?q=*%3A*&wt=json&json.wrf=?");
equal(url, "127.0.0.1:8983/solr/select/?q=*%3A*&wt=json&json.wrf=?");
equal(data.toSource(), "({})");
}
}).query();
Expand Down

0 comments on commit 821831f

Please sign in to comment.