Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2109)

Unified Diff: android_webview/tools/automated_ui_tests/javatests/AndroidManifest.xml

Issue 2286883003: Use Android Junit Runner for webview ui test (Closed)
Patch Set: Addressed Mike's comments Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « android_webview/tools/automated_ui_tests/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/tools/automated_ui_tests/javatests/AndroidManifest.xml
diff --git a/android_webview/tools/automated_ui_tests/javatests/AndroidManifest.xml b/android_webview/tools/automated_ui_tests/javatests/AndroidManifest.xml
index 8fb23ac3ef097720b42bbe1404e80885c934f633..9a683b91335c12d03d32d37f13646148e982a95d 100644
--- a/android_webview/tools/automated_ui_tests/javatests/AndroidManifest.xml
+++ b/android_webview/tools/automated_ui_tests/javatests/AndroidManifest.xml
@@ -19,7 +19,7 @@
<uses-library android:name="android.test.runner" />
</application>
- <instrumentation android:name="android.test.InstrumentationTestRunner"
+ <instrumentation android:name="android.support.test.runner.AndroidJUnitRunner"
android:targetPackage="org.chromium.webview_ui_test"
android:label="Tests for org.chromium.webview_ui_test"/>
-</manifest>
+</manifest>
« no previous file with comments | « android_webview/tools/automated_ui_tests/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698