Reverting the refactor. I'd rather have 4 failures due to timing than tests completely disappear

This commit is contained in:
Joe Bowser
2015-02-11 14:28:50 -08:00
parent 1721571012
commit 390927772e
47 changed files with 2405 additions and 743 deletions
+2 -2
View File
@@ -45,9 +45,9 @@ Copy it from a freshly created project:
Robotium has to be installed for the onScrollChanged tests to work correctly. It can be
found at https://code.google.com/p/robotium/ and the jar should be put in the
'androidTest/libs' directory'.
'androidTests/libs' directory'.
mkdir -p androidTest/libs && curl 'http://dl.bintray.com/robotium/generic/robotium-solo-5.2.1.jar' > androidTest/libs/robotium-solo-5.2.1.jar
mkdir -p androidTests/libs && curl 'http://dl.bintray.com/robotium/generic/robotium-solo-5.2.1.jar' > androidTests/libs/robotium-solo-5.2.1.jar
## Running