Skip to content

Commit

Permalink
Tests: Update to match code changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayarjo committed May 25, 2015
1 parent 935e3de commit d3cd477
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/auto/Uploader.init.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@
select_multiple: true,
drag_and_drop: true,
slice_blob: true,
access_binary: true,
send_binary_string: true,
send_custom_headers: true
}, "required_features properly normalized and translated to caps.");
Expand Down Expand Up @@ -194,6 +193,7 @@
runtimes: o.Runtime.order,
max_retries: 0,
multipart : true,
send_file_name : true,
multi_selection : true,
file_data_name : 'file',
flash_swf_url : 'js/Moxie.swf',
Expand Down
1 change: 0 additions & 1 deletion tests/auto/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
{"title": "plupload.Uploader", "url": "Uploader.html"},
{"title": "Filters", "url": "filters.html"},
{"title": "Events", "url": "events.html"},
{"title": "Chunked Upload", "url": "ChunkedUpload.html"},
{"title": "UI Widget", "url": "UI.html"}
]
}

0 comments on commit d3cd477

Please sign in to comment.