mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-04-28 00:02:49 +08:00
CB-9950 Unpend Filetransfer spec.27 on wp8 as custom headers are now supported
This commit is contained in:
@@ -845,10 +845,6 @@ exports.defineAutoTests = function () {
|
||||
|
||||
it("filetransfer.spec.27 should be able to set custom headers", function (done) {
|
||||
|
||||
if (cordova.platformId === 'windowsphone') {
|
||||
pending();
|
||||
}
|
||||
|
||||
var fileURL = HEADERS_ECHO;
|
||||
|
||||
var uploadWin = function (uploadResult) {
|
||||
|
||||
Reference in New Issue
Block a user