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

android commit: CB-6723 Update package name for Robotium

Repository: cordova-android
Updated Branches:
  refs/heads/master 0b5bf0c09 -> e98f6ae57


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/e98f6ae5
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/e98f6ae5
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/e98f6ae5

Branch: refs/heads/master
Commit: e98f6ae570766d648521f353966d25b86c0b0260
Parents: 0b5bf0c
Author: Marcel Kinard <cm...@gmail.com>
Authored: Tue May 20 07:09:02 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Tue May 20 07:09:02 2014 -0400

----------------------------------------------------------------------
 test/README.md                                          | 6 ++++--
 test/src/org/apache/cordova/test/junit/MessageTest.java | 4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/e98f6ae5/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:
 

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/e98f6ae5/test/src/org/apache/cordova/test/junit/MessageTest.java
----------------------------------------------------------------------
diff --git a/test/src/org/apache/cordova/test/junit/MessageTest.java b/test/src/org/apache/cordova/test/junit/MessageTest.java
index 4d0ce16..1d23696 100644
--- a/test/src/org/apache/cordova/test/junit/MessageTest.java
+++ b/test/src/org/apache/cordova/test/junit/MessageTest.java
@@ -25,8 +25,8 @@ import org.apache.cordova.pluginApi.pluginStub;
 import org.apache.cordova.test.CordovaWebViewTestActivity;
 import org.apache.cordova.test.R;
 
-import com.jayway.android.robotium.solo.By;
-import com.jayway.android.robotium.solo.Solo;
+import com.robotium.solo.By;
+import com.robotium.solo.Solo;
 
 import android.test.ActivityInstrumentationTestCase2;
 import android.view.View;