timbru31 commented on a change in pull request #270:
URL:
https://github.com/apache/cordova-plugin-file-transfer/pull/270#discussion_r479982052
##########
File path: tests/tests.js
##########
@@ -1103,7 +1070,7 @@ exports.defineAutoTests = function () {
// windows store and ios are too fast, win is called
before we have a chance to abort
// so let's get them busy - while not providing an extra
load to the slow Android emulators
- var arrayLength = ((isWindows && !isWindowsPhone81) ||
isIos) ? 3000000 : isIot ? 150000 : 200000;
Review comment:
done
##########
File path: tests/tests.js
##########
@@ -54,8 +54,6 @@ exports.defineAutoTests = function () {
// flags
var isWindows = cordova.platformId === "windows8" || cordova.platformId
=== "windows";
- var isWindowsPhone81 = isWindows && WinJS.Utilities.isPhone;
- var isWP8 = cordova.platformId === "windowsphone";
Review comment:
done
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]