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

View File

@@ -16,7 +16,7 @@ class TestSequenceFunctions(unittest.TestCase):
def setUp(self):
# set up appium
app = "https://raw.github.com/appium/appium/master/assets/TestApp.app.zip"
app = "http://appium.s3.amazonaws.com/TestApp.app.zip"
self.driver = webdriver.Remote(
command_executor='http://%s:%s@ondemand.saucelabs.com:80/wd/hub' % (SAUCE_USERNAME, SAUCE_ACCESS_KEY),
desired_capabilities={