You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2014/01/22 20:38:41 UTC

[30/50] [abbrv] git commit: Updating the README

Updating the README


Project: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/commit/bbac7970
Tree: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/tree/bbac7970
Diff: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/diff/bbac7970

Branch: refs/heads/master
Commit: bbac7970bd0c7ab7c5a403cb684b7f27d9eae34f
Parents: a14901d
Author: Joe Bowser <bo...@apache.org>
Authored: Fri Nov 29 14:25:39 2013 -0800
Committer: Joe Bowser <bo...@apache.org>
Committed: Wed Jan 22 11:37:19 2014 -0800

----------------------------------------------------------------------
 test/README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/blob/bbac7970/test/README.md
----------------------------------------------------------------------
diff --git a/test/README.md b/test/README.md
index 5d86720..ff673cf 100755
--- a/test/README.md
+++ b/test/README.md
@@ -24,7 +24,10 @@ These tests are designed to verify Android native features and other Android spe
 
 ## Initial Setup ##
 
-Before running the tests, they need to be set up.
+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/
 
 0. Copy cordova-x.y.z.jar into libs directory