From 0fe6d9f367e420c0a14052ea3115f5b861371025 Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Fri, 29 Nov 2013 14:25:39 -0800 Subject: [PATCH] Updating the README --- test/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/README.md b/test/README.md index 81697244..1a144e20 100755 --- a/test/README.md +++ b/test/README.md @@ -26,7 +26,8 @@ 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. +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/ To run manually from command line: