Merge "Fixed the camera test instrumentation target naming issue." into froyo
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>