Skip to content

Commit

Permalink
Merge branch 'master' of github.com:appendto/jquery-mockjax
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Nov 17, 2011
2 parents 51b104e + bdb6107 commit 29e8db7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/index.html
Expand Up @@ -3,6 +3,7 @@
<head>
<link rel="stylesheet" href="../lib/qunit.css" type="text/css" media="screen" />
<script src="../lib/qunit.js"></script>
<script src="../lib/testswarm.js"></script>
<script src="jquery.js"></script>
<script src="../jquery.mockjax.js"></script>
<script src="test.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Expand Up @@ -334,7 +334,7 @@ asyncTest('Response returns json', function() {
});
$.mockjaxClear();
});
asyncTest('Response returns jsonp', 5, function() {
asyncTest('Response returns jsonp', 3, function() {
$.mockjax({
url: '/jsonp*',
contentType: 'text/json',
Expand Down

0 comments on commit 29e8db7

Please sign in to comment.