Skip to content

Commit

Permalink
Making path to the app relative
Browse files Browse the repository at this point in the history
  • Loading branch information
chiara committed Mar 28, 2015
1 parent d253ec1 commit 15bc9aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Mar 23 21:35:45 GMT 2015
#Sat Mar 28 09:25:44 GMT 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2-all.zip
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class LondonWeatherAcceptanceTest {
@Before
public void setup() throws Exception {
SelendroidConfiguration config = new SelendroidConfiguration();
config.addSupportedApp("/Users/cchiappini/IProjects/droidConf/londonWeather/build/outputs/apk/londonWeather-debug.apk");
config.addSupportedApp("../londonWeather/build/outputs/apk/londonWeather-debug.apk");
config.setPort(4444);
SelendroidLauncher selendroidServer = new SelendroidLauncher(config);
selendroidServer.launchSelendroid();
Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
include ':londonWeather', ':londonweatherlib', ':londonWeatherAcceptance'
include 'londonWeatherAcceptance'

0 comments on commit 15bc9aa

Please sign in to comment.