CB-7223 spec.27 marked pending for wp8

since wp8 does not support custom headers
This commit is contained in:
Staci Cooper
2014-07-29 16:06:14 -04:00
parent 9d0ecc233f
commit 74fe40d69d
+3
View File
@@ -669,6 +669,9 @@ exports.defineAutoTests = function () {
ft.upload("/usr/local/bad/file/path.txt", remoteFile, uploadWin, uploadFail);
});
it("filetransfer.spec.27 should be able to set custom headers", function (done) {
if (cordova.platformId === 'windowsphone') {
pending();
}
var uploadFail = createFail(done, "Upload error callback should not have been called");
var fileFail = createFail(done, "Error writing file to be uploaded");
var remoteFile = "http://whatheaders.com";