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

Unified Diff: webrtc/sdk/android/instrumentationtests/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 | « webrtc/examples/androidtests/AndroidManifest.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/android/instrumentationtests/AndroidManifest.xml
diff --git a/webrtc/sdk/android/instrumentationtests/AndroidManifest.xml b/webrtc/sdk/android/instrumentationtests/AndroidManifest.xml
index 15c9e6779e2d86da209a4bfbcf6f811675502bda..c83fea8c545e244a2c1c86ab6c19ce98070d31bf 100644
--- a/webrtc/sdk/android/instrumentationtests/AndroidManifest.xml
+++ b/webrtc/sdk/android/instrumentationtests/AndroidManifest.xml
@@ -30,7 +30,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.webrtc"
- android:label="Tests for WebRTC Android SDK"/>
+ android:label="Tests for WebRTC Android SDK"
+ chromium-junit4="true"/>
</manifest>
« no previous file with comments | « webrtc/examples/androidtests/AndroidManifest.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698