updated tests to use cordova apache vm

This commit is contained in:
Steve Gill
2015-08-19 23:33:49 -07:00
parent 1c39fb547f
commit cebdae3a40
+2 -2
View File
@@ -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';