mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-04 00:02:03 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user