CB-6723 Update package name for Robotium

This commit is contained in:
Marcel Kinard 2014-05-20 07:09:02 -04:00
parent 0b5bf0c098
commit e98f6ae570
2 changed files with 6 additions and 4 deletions

View File

@ -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. 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 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 project.properties has a library reference to ../framework. However, Robotium
installed for the onScrollChanged tests to work correctly. It can be found at https://code.google.com/p/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: To run manually from command line:

View File

@ -25,8 +25,8 @@ import org.apache.cordova.pluginApi.pluginStub;
import org.apache.cordova.test.CordovaWebViewTestActivity; import org.apache.cordova.test.CordovaWebViewTestActivity;
import org.apache.cordova.test.R; import org.apache.cordova.test.R;
import com.jayway.android.robotium.solo.By; import com.robotium.solo.By;
import com.jayway.android.robotium.solo.Solo; import com.robotium.solo.Solo;
import android.test.ActivityInstrumentationTestCase2; import android.test.ActivityInstrumentationTestCase2;
import android.view.View; import android.view.View;