Big Refactor of integration tests: use locks rather than timeouts, deleted disabled tests, Use same activity for most tests

This commit is contained in:
Andrew Grieve
2015-02-10 20:12:38 -05:00
parent c552d912a0
commit 4358a04730
47 changed files with 743 additions and 2405 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
'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