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

Unified Diff: webrtc/examples/androidtests/AndroidManifest.xml

Issue 2683583002: Add chromium-junit4 tag to instrumentation test AndroidManifests. (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | webrtc/sdk/android/instrumentationtests/AndroidManifest.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/androidtests/AndroidManifest.xml
diff --git a/webrtc/examples/androidtests/AndroidManifest.xml b/webrtc/examples/androidtests/AndroidManifest.xml
index 3df2c693e088a6fcbd4d0dc372fde34375d250d2..d5de7fc134cb569f972c3b57faefb81d49083d56 100644
--- a/webrtc/examples/androidtests/AndroidManifest.xml
+++ b/webrtc/examples/androidtests/AndroidManifest.xml
@@ -21,7 +21,11 @@
<uses-library android:name="android.test.runner" />
</application>
+ <!-- Needed for chromium-junit4 tag. crbug.com/640116
+ TODO(sakal): Remove once the tag is no longer needed. -->
+ <!--suppress MissingPrefix -->
<instrumentation android:name="android.support.test.runner.AndroidJUnitRunner"
android:targetPackage="org.appspot.apprtc"
- android:label="Tests for AppRTCMobile"/>
+ android:label="Tests for AppRTCMobile"
+ chromium-junit4="true"/>
</manifest>
« no previous file with comments | « no previous file | webrtc/sdk/android/instrumentationtests/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698