mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-04-28 00:02:49 +08:00
CB-8095 Updates tests and documentation
This commit is contained in:
committed by
Jesse MacFadyen
parent
e781bceba7
commit
320f0d4173
@@ -659,12 +659,6 @@ exports.defineAutoTests = function () {
|
||||
|
||||
it("filetransfer.spec.18 should be able to upload a file", function (done) {
|
||||
|
||||
// according to spec "onprogress" method isn't supported on WP
|
||||
if (isWP81()) {
|
||||
pending();
|
||||
return;
|
||||
}
|
||||
|
||||
var fileURL = SERVER + '/upload';
|
||||
|
||||
var uploadWin = function (uploadResult) {
|
||||
@@ -685,12 +679,6 @@ exports.defineAutoTests = function () {
|
||||
|
||||
it("filetransfer.spec.19 should be able to upload a file with http basic auth", function (done) {
|
||||
|
||||
// according to spec "onprogress" method doesn't supported on WP
|
||||
if (isWP81()) {
|
||||
pending();
|
||||
return;
|
||||
}
|
||||
|
||||
var fileURL = SERVER_WITH_CREDENTIALS + "/upload_basic_auth";
|
||||
|
||||
var uploadWin = function (uploadResult) {
|
||||
|
||||
Reference in New Issue
Block a user