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 2012/05/16 20:37:51 UTC

android commit: Added JUnit to the README, removed WebDriver for now. Need to figure out distribution.

Updated Branches:
  refs/heads/CordovaWebView c6851cf7c -> 0437d6cc1


Added JUnit to the README, removed WebDriver for now.  Need to figure out distribution.


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/commit/0437d6cc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/0437d6cc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/0437d6cc

Branch: refs/heads/CordovaWebView
Commit: 0437d6cc1a58cb7f494607c8e21eae2939efdb0f
Parents: c6851cf
Author: Joe Bowser <bo...@apache.org>
Authored: Wed May 16 11:37:38 2012 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Wed May 16 11:37:38 2012 -0700

----------------------------------------------------------------------
 README.md |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/0437d6cc/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index c11708f..8060376 100755
--- a/README.md
+++ b/README.md
@@ -22,9 +22,6 @@ Requires
 
 Test Requirements
 ---
-- Android WebDriver Library (included with SDK, copied from extras directory.
-- Android WebDriver - built from source from [http://code.google.com/p/selenium/](http://code.google.com/p/selenium/)
-- Google Guava - [https://code.google.com/p/guava-libraries/](https://code.google.com/p/guava-libraries/)
 - JUnit - [https://github.com/KentBeck/junit](https://github.com/KentBeck/junit)
  
 Building