aboutsummaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorAlexander Lucas <alexlucas@google.com>2013-10-29 13:21:32 -0700
committerAlexander Lucas <alexlucas@google.com>2013-10-29 13:21:32 -0700
commit473bded3754fd0136b78c4b70f43dfb5c02c98e3 (patch)
tree70bec421e4b56028ec6b4852655486376b127986 /testing
parenteb51cbc374fc6841d2287fdc74cb7cceaf6b8812 (diff)
downloadandroid-473bded3754fd0136b78c4b70f43dfb5c02c98e3.tar.gz
Replaced sample package variable name with actual sample package across samples.
Change-Id: I3f747519b2e12030059b61d55df631928694e592
Diffstat (limited to 'testing')
-rw-r--r--testing/ActivityInstrumentation/ActivityInstrumentationSample/tests/AndroidManifest.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/ActivityInstrumentation/ActivityInstrumentationSample/tests/AndroidManifest.xml b/testing/ActivityInstrumentation/ActivityInstrumentationSample/tests/AndroidManifest.xml
index 87b785fb..ad20a2a1 100644
--- a/testing/ActivityInstrumentation/ActivityInstrumentationSample/tests/AndroidManifest.xml
+++ b/testing/ActivityInstrumentation/ActivityInstrumentationSample/tests/AndroidManifest.xml
@@ -16,7 +16,7 @@
-->
<!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="${sample.package}.tests"
+ package="com.example.android.activityinstrumentation.tests"
android:versionCode="1"
android:versionName="1.0">
@@ -36,7 +36,7 @@
-->
<instrumentation
android:name="android.test.InstrumentationTestRunner"
- android:targetPackage="${sample.package}"
- android:label="Tests for ${sample.package}" />
+ android:targetPackage="com.example.android.activityinstrumentation"
+ android:label="Tests for com.example.android.activityinstrumentation" />
</manifest> \ No newline at end of file