update example files to clarify what sdk is used

This commit is contained in:
Jonathan Lipps
2013-02-11 18:53:00 -08:00
parent d4479510aa
commit c11c7a4986
12 changed files with 13 additions and 13 deletions

View File

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