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

Unified Diff: components/cronet/android/test/javatests/AndroidManifest.xml

Issue 560153002: Add Cronet Test App that uses libcronet_tests.so with net test utilities. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove JNIEXPORT from JNI_OnUnload. Created 6 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
Index: components/cronet/android/test/javatests/AndroidManifest.xml
diff --git a/components/cronet/android/sample/javatests/AndroidManifest.xml b/components/cronet/android/test/javatests/AndroidManifest.xml
similarity index 84%
copy from components/cronet/android/sample/javatests/AndroidManifest.xml
copy to components/cronet/android/test/javatests/AndroidManifest.xml
index 1203694f75e7216baa7b3467856d5a6fc2ec5118..47f17b63aacbd755c82343c04162798721562073 100644
--- a/components/cronet/android/sample/javatests/AndroidManifest.xml
+++ b/components/cronet/android/test/javatests/AndroidManifest.xml
@@ -7,7 +7,7 @@
<!-- package name must be unique so suffix with "tests" so package loader
doesn't ignore this. -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.chromium.cronet_sample_apk.tests">
+ package="org.chromium.cronet_test_apk.tests">
<!-- We add an application tag here just so that we can indicate that this
package needs to link against the android.test library, which is
needed when building test cases. -->
@@ -16,8 +16,8 @@
</application>
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="20" />
<instrumentation android:name="android.test.InstrumentationTestRunner"
- android:targetPackage="org.chromium.cronet_sample_apk"
- android:label="Tests for org.chromium.cronet_sample_apk"/>
+ android:targetPackage="org.chromium.cronet_test_apk"
+ android:label="Tests for org.chromium.cronet_test_apk"/>
<uses-permission android:name="android.permission.RUN_INSTRUMENTATION" />
<uses-permission android:name="android.permission.INJECT_EVENTS" />
</manifest>

Powered by Google App Engine
This is Rietveld 408576698