change hosted location of example apps

This commit is contained in:
Jonathan Lipps
2013-02-06 16:34:07 -08:00
parent 5d58a2a2f2
commit 6b88ae1d34
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
"use strict";
var should = require("should")
, appUrl = 'https://raw.github.com/appium/appium/master/assets/TestApp.app.zip'
, appUrl = 'http://appium.s3.amazonaws.com/TestApp.app.zip'
, dbPath = "../../../test/helpers/driverblock.js"
, describeSauce = require(dbPath).describeForSauce(appUrl);