mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-04-28 00:02:49 +08:00
updated tests to use cordova apache vm
This commit is contained in:
+2
-2
@@ -39,8 +39,8 @@ exports.defineAutoTests = function () {
|
||||
// config for upload test server
|
||||
// NOTE:
|
||||
// more info at https://github.com/apache/cordova-labs/tree/cordova-filetransfer
|
||||
var SERVER = "http://cordova-filetransfer.jitsu.com";
|
||||
var SERVER_WITH_CREDENTIALS = "http://cordova_user:cordova_password@cordova-filetransfer.jitsu.com";
|
||||
var SERVER = "http://cordova-vm.apache.org:5000";
|
||||
var SERVER_WITH_CREDENTIALS = "http://cordova_user:cordova_password@cordova-vm.apache.org:5000";
|
||||
|
||||
// flags
|
||||
var isWindows = cordova.platformId === 'windows8' || cordova.platformId === 'windows';
|
||||
|
||||
Reference in New Issue
Block a user