From d3cd477d433bcffc70485497c6ce015ac74b831d Mon Sep 17 00:00:00 2001 From: Davit Barbakadze Date: Mon, 25 May 2015 14:15:19 +0400 Subject: [PATCH] Tests: Update to match code changes. --- tests/auto/Uploader.init.html | 2 +- tests/auto/tests.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/auto/Uploader.init.html b/tests/auto/Uploader.init.html index 010cdbb7e..47f1790fc 100644 --- a/tests/auto/Uploader.init.html +++ b/tests/auto/Uploader.init.html @@ -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."); @@ -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', diff --git a/tests/auto/tests.js b/tests/auto/tests.js index 3dda51ba1..51b3de1b5 100644 --- a/tests/auto/tests.js +++ b/tests/auto/tests.js @@ -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"} ] } \ No newline at end of file