Skip to content

Commit

Permalink
Merge pull request #4 from EgorMatirov/master
Browse files Browse the repository at this point in the history
Fix failingHttpLib test by renaming HttpLib -> Http
  • Loading branch information
iBelieve committed Jan 27, 2015
2 parents ccafd38 + 5b53f82 commit 5cbee3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tst_httplib.qml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ TestCase {

var html = "";

var promise = HttpLib.get("http://www.google.com")
var promise = Http.get("http://www.google.com")
.then( function(data) {
html = data;
});
Expand Down

0 comments on commit 5cbee3f

Please sign in to comment.