summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/AndroidManifest.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index a19dd387e..9544aa592 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -23,22 +23,22 @@
</application>
<instrumentation android:name="android.test.InstrumentationTestRunner"
- android:targetPackage="com.android.camera2"
+ android:targetPackage="org.codeaurora.snapcam"
android:label="Tests for Camera2 application."/>
<instrumentation android:name="com.android.camera.CameraTestRunner"
- android:targetPackage="com.android.camera2"
+ android:targetPackage="org.codeaurora.snapcam"
android:label="Camera continuous test runner"/>
<instrumentation android:name="com.android.camera.exif.ExifTestRunner"
- android:targetPackage="com.android.camera2"
+ android:targetPackage="org.codeaurora.snapcam"
android:label="Tests for ExifParser."/>
<instrumentation android:name="com.android.camera.jpegstream.JpegStreamTestRunner"
- android:targetPackage="com.android.camera2"
+ android:targetPackage="org.codeaurora.snapcam"
android:label="Tests for JpegStream classes."/>
<instrumentation android:name="com.android.camera.stress.CameraStressTestRunner"
- android:targetPackage="com.android.camera2"
+ android:targetPackage="org.codeaurora.snapcam"
android:label="Camera stress test runner"/>
</manifest>