Repository: cordova-plugin-file-transfer Updated Branches: refs/heads/master 887c91750 -> b7c500e1e
CB-10086 There are two spec.31 tests for file-transfer tests Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/commit/b7c500e1 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/b7c500e1 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/b7c500e1 Branch: refs/heads/master Commit: b7c500e1ebd01257445e478801eb57aad8e6e848 Parents: 887c917 Author: daserge <[email protected]> Authored: Thu Nov 26 10:11:50 2015 +0300 Committer: daserge <[email protected]> Committed: Thu Nov 26 10:11:50 2015 +0300 ---------------------------------------------------------------------- tests/tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/b7c500e1/tests/tests.js ---------------------------------------------------------------------- diff --git a/tests/tests.js b/tests/tests.js index bf4cc5a..c6d7a70 100644 --- a/tests/tests.js +++ b/tests/tests.js @@ -651,7 +651,7 @@ exports.defineAutoTests = function () { }, unsupported, 'File', '_getLocalFilesystemPath', [internalFilePath]); }); - it('filetransfer.spec.31 should properly handle 304', function (done) { + it('filetransfer.spec.33 should properly handle 304', function (done) { if(isWP8) { pending(); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
