Skip to content

Commit f237c6e

Browse files
committed
Adjusted tests for the dataType usage.
Updated jQuery for the test page.
1 parent e28c124 commit f237c6e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

test/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<!--
33
/*
4-
* jQuery File Upload Plugin Test 8.8.3
4+
* jQuery File Upload Plugin Test 8.8.5
55
* https://github.com/blueimp/jQuery-File-Upload
66
*
77
* Copyright 2010, Sebastian Tschan
@@ -149,7 +149,7 @@ <h2 id="qunit-userAgent"></h2>
149149
</tr>
150150
{% } %}
151151
</script>
152-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
152+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
153153
<script src="../js/vendor/jquery.ui.widget.js"></script>
154154
<script src="http://blueimp.github.io/JavaScript-Templates/js/tmpl.min.js"></script>
155155
<script src="http://blueimp.github.io/JavaScript-Load-Image/js/load-image.min.js"></script>

test/test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* jQuery File Upload Plugin Test 8.8.4
2+
* jQuery File Upload Plugin Test 8.8.5
33
* https://github.com/blueimp/jQuery-File-Upload
44
*
55
* Copyright 2010, Sebastian Tschan
@@ -1057,6 +1057,7 @@ $(function () {
10571057
asyncTest('destroyed', function () {
10581058
expect(1);
10591059
$('#fileupload').fileupload({
1060+
dataType: 'html',
10601061
destroyed: function (e, data) {
10611062
start();
10621063
ok(true, 'Triggers destroyed callback');

0 commit comments

Comments
 (0)