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

This reverts commit 390927772e.
This commit is contained in:
Andrew Grieve
2015-02-12 14:48:49 -05:00
parent 390927772e
commit c3267def97
47 changed files with 743 additions and 2405 deletions

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
'androidTests/libs' directory'.
'androidTest/libs' directory'.
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
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
## Running