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

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

Issue 2146713003: Refactor and add special test runner to support Espresso tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change after john and mike's comments Created 4 years, 5 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
Index: android_webview/tools/automated_ui_tests/apk/javatests/AndroidManifest.xml
diff --git a/android_webview/tools/automated_ui_tests/javatests/AndroidManifest.xml b/android_webview/tools/automated_ui_tests/apk/javatests/AndroidManifest.xml
similarity index 88%
rename from android_webview/tools/automated_ui_tests/javatests/AndroidManifest.xml
rename to android_webview/tools/automated_ui_tests/apk/javatests/AndroidManifest.xml
index 8fb23ac3ef097720b42bbe1404e80885c934f633..4bd2a38e4bf9a4d2cc0349940df442b1aa468b0b 100644
--- a/android_webview/tools/automated_ui_tests/javatests/AndroidManifest.xml
+++ b/android_webview/tools/automated_ui_tests/apk/javatests/AndroidManifest.xml
@@ -19,7 +19,7 @@
<uses-library android:name="android.test.runner" />
</application>
- <instrumentation android:name="android.test.InstrumentationTestRunner"
+ <instrumentation android:name="org.chromium.webview_ui_test.test.WebViewUiInstrumentationTestRunner"
android:targetPackage="org.chromium.webview_ui_test"
android:label="Tests for org.chromium.webview_ui_test"/>
-</manifest>
+</manifest>

Powered by Google App Engine
This is Rietveld 408576698