From e98f6ae570766d648521f353966d25b86c0b0260 Mon Sep 17 00:00:00 2001 From: Marcel Kinard Date: Tue, 20 May 2014 07:09:02 -0400 Subject: [PATCH] CB-6723 Update package name for Robotium --- test/README.md | 6 ++++-- test/src/org/apache/cordova/test/junit/MessageTest.java | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/test/README.md b/test/README.md index 1a144e20..38d76a5b 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: diff --git a/test/src/org/apache/cordova/test/junit/MessageTest.java b/test/src/org/apache/cordova/test/junit/MessageTest.java index 4d0ce16b..1d236963 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;