Repository: cordova-plugin-file-transfer Updated Branches: refs/heads/master affb5ec0a -> 82ad25e2c
Amazon related changes. 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/82ad25e2 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/82ad25e2 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/82ad25e2 Branch: refs/heads/master Commit: 82ad25e2c0b9858af53a301ec42f99d4cd03c52a Parents: affb5ec Author: Archana Naik <[email protected]> Authored: Thu Aug 28 12:07:06 2014 -0700 Committer: Archana Naik <[email protected]> Committed: Thu Aug 28 12:07:06 2014 -0700 ---------------------------------------------------------------------- tests/tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/82ad25e2/tests/tests.js ---------------------------------------------------------------------- diff --git a/tests/tests.js b/tests/tests.js index fa330ee..8d7d917 100644 --- a/tests/tests.js +++ b/tests/tests.js @@ -121,7 +121,7 @@ exports.defineAutoTests = function () { }; var getMalformedUrl = function () { - if (cordova.platformId === 'android') { + if (cordova.platformId === 'android' || cordova.platformId === 'amazon-fireos') { // bad protocol causes a MalformedUrlException on Android return "httpssss://example.com"; } else {
