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
@@ -4,7 +4,7 @@
// vendor/bin/phpunit SauceTest.php
require_once "vendor/autoload.php";
define("APP_URL", "https://raw.github.com/appium/appium/master/assets/TestApp.app.zip");
define("APP_URL", "http://appium.s3.amazonaws.com/TestApp.app.zip");
class SauceTest extends Sauce\Sausage\WebDriverTestCase
{