CB-6723 Update package name for Robotium
Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/f77b20bb Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/f77b20bb Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/f77b20bb Branch: refs/heads/4.0.x Commit: f77b20bbca774c5422886b094b31971795935b5c Parents: 1d0a166 Author: Marcel Kinard <[email protected]> Authored: Tue May 20 07:09:02 2014 -0400 Committer: Joe Bowser <[email protected]> Committed: Fri May 23 11:31:13 2014 -0700 ---------------------------------------------------------------------- test/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/f77b20bb/test/README.md ---------------------------------------------------------------------- diff --git a/test/README.md b/test/README.md index 1a144e2..38d76a5 100755 --- a/test/README.md +++ b/test/README.md @@ -26,8 +26,10 @@ These tests are designed to verify Android native features and other Android spe There really isn't any manual setup to do. The ant script takes care of that. You don't even need to compile cordova-x.y.z.jar or copy it, because -project.properties has a library reference to ../framework. However, Robotium has to be -installed for the onScrollChanged tests to work correctly. It can be found at https://code.google.com/p/robotium/ +project.properties has a library reference to ../framework. However, 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 +'libs' directory'. To run manually from command line:
