summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStas Negara <snegara@google.com>2015-02-12 17:08:27 -0800
committerStas Negara <snegara@google.com>2015-02-13 16:25:37 -0800
commit5b6d8a6fc26cfd6ff3da64735df56f8d875eaf4d (patch)
treec6b01e30df41e59b066bc1e2549789158793d8ae
parentb17361c2dac02e65be222b24cb851ab726ffdd0e (diff)
downloadtesting-5b6d8a6fc26cfd6ff3da64735df56f8d875eaf4d.tar.gz
Changed the default instrumentation test runner to the one provided by Espresso 2.0.
Change-Id: I74cab3b74070e1542b92d1dfd9922af318219d66
-rw-r--r--src/com/google/gct/testing/launcher/CloudTestsLauncher.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/com/google/gct/testing/launcher/CloudTestsLauncher.java b/src/com/google/gct/testing/launcher/CloudTestsLauncher.java
index 1a23e16..16d27b6 100644
--- a/src/com/google/gct/testing/launcher/CloudTestsLauncher.java
+++ b/src/com/google/gct/testing/launcher/CloudTestsLauncher.java
@@ -45,7 +45,8 @@ import static com.google.gct.testing.launcher.CloudAuthenticator.*;
public class CloudTestsLauncher {
- public static final String TEST_RUNNER_CLASS = "com.google.android.apps.common.testing.testrunner.GoogleInstrumentationTestRunner";
+ //public static final String TEST_RUNNER_CLASS = "com.google.android.apps.common.testing.testrunner.GoogleInstrumentationTestRunner";
+ public static final String TEST_RUNNER_CLASS = "android.support.test.runner.AndroidJUnitRunner";
public static final String INVALID_MATRIX_ELEMENT_ERROR_MESSAGE = "Incompatible API level for requested model";