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/4.0.x Commit: e98f6ae570766d648521f353966d25b86c0b0260 Parents: 0b5bf0c Author: Marcel Kinard <[email protected]> Authored: Tue May 20 07:09:02 2014 -0400 Committer: Marcel Kinard <[email protected]> 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;
