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

Unified Diff: chrome/android/javatests/AndroidManifest.xml

Issue 2760153002: Convert chrome compositor test's InstrumentationTestCases (Closed)
Patch Set: Address comments Created 3 years, 9 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: chrome/android/javatests/AndroidManifest.xml
diff --git a/chrome/android/javatests/AndroidManifest.xml b/chrome/android/javatests/AndroidManifest.xml
index 57b539010b099f3887910e516ab5da8e07c4cb0b..2d8c57b474d88f40c98da25b048c46d995bef4bc 100644
--- a/chrome/android/javatests/AndroidManifest.xml
+++ b/chrome/android/javatests/AndroidManifest.xml
@@ -54,6 +54,10 @@
android:exported="true"/>
</application>
+ <instrumentation android:name="org.chromium.base.test.BaseChromiumAndroidJUnitRunner"
+ android:targetPackage="{{manifest_package}}"
+ android:label="Tests for {{manifest_package}}"
+ chromium-junit4="true"/>
<instrumentation android:name="org.chromium.chrome.test.ChromeInstrumentationTestRunner"
android:targetPackage="{{manifest_package}}"
android:label="Tests for {{manifest_package}}"/>

Powered by Google App Engine
This is Rietveld 408576698