CB-9950 Unpend Filetransfer spec.27 on wp8 as custom headers are now supported

This commit is contained in:
daserge
2015-11-04 17:47:26 +03:00
parent 066acb33af
commit 1e900148e6
-4
View File
@@ -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) {