summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYu Shan Emily Lau <yslau@google.com>2010-06-09 14:26:35 -0700
committerYu Shan Emily Lau <yslau@google.com>2010-06-09 14:26:35 -0700
commit86803af789f887e2a73d4f1e8605c765b960432d (patch)
tree437e1e52adde9ae13f63759ee4ac1830c6a6d8eb /tests
parentec1dfcb7314d10ff243a922fe4eff66ea699dd77 (diff)
downloadLegacyCamera-86803af789f887e2a73d4f1e8605c765b960432d.zip
LegacyCamera-86803af789f887e2a73d4f1e8605c765b960432d.tar.gz
LegacyCamera-86803af789f887e2a73d4f1e8605c765b960432d.tar.bz2
Fixed the camera test instrumentation target naming issue.
Change-Id: Ia98963e7ae38157d96a7fe3b70d37eca9c5f4af2
Diffstat (limited to 'tests')
-rw-r--r--tests/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index 37b3c7c..d31bb6a 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -22,11 +22,11 @@
</application>
<instrumentation android:name="com.android.camera.CameraLaunchPerformance"
- android:targetPackage="com.google.android.camera"
+ android:targetPackage="com.android.camera"
android:label="Camera Launch Performance">
</instrumentation>
<instrumentation android:name="android.test.InstrumentationTestRunner"
- android:targetPackage="com.google.android.camera"
+ android:targetPackage="com.android.camera"
android:label="Tests for Camera application."/>
</manifest>