Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaocong committed Oct 17, 2013
2 parents a8d4091 + f03f59c commit 8834fd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/com/github/uiautomatorstub/AutomatorServiceImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ static void setAsVerticalList(UiScrollable obj) {
*/
@Override
public String ping() {
new UiObject(new UiSelector()).exists(); // here we call the method just for checking if the UiAutomationService is ok, else it will throw IllegalStateException.
return "pong";
}

Expand Down

0 comments on commit 8834fd1

Please sign in to comment.