summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2011-10-31 14:21:18 -0700
committerNick Pelly <npelly@google.com>2011-10-31 14:21:18 -0700
commit5a5981bbcd4d24de74a5d8f31ebb7c22fd0e26de (patch)
tree7d9762ad52cef4b12f17928a52f52b0950e89cc7 /tests
parent3f1d8e7a3336547394e03e3daf7a889e7ffdb47b (diff)
downloadpackages_apps_nfc-5a5981bbcd4d24de74a5d8f31ebb7c22fd0e26de.zip
packages_apps_nfc-5a5981bbcd4d24de74a5d8f31ebb7c22fd0e26de.tar.gz
packages_apps_nfc-5a5981bbcd4d24de74a5d8f31ebb7c22fd0e26de.tar.bz2
Fix copyright date, minor comment edit.
Change-Id: I1cd8ff8bd3b15d72e9233981f07de2fb9d3d91b2
Diffstat (limited to 'tests')
-rw-r--r--tests/Android.mk2
-rw-r--r--tests/AndroidManifest.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 3ba329b..be8dff1 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -1,4 +1,4 @@
-# Copyright 2008, The Android Open Source Project
+# Copyright 2011, The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index 035bb4c..8d5ef35 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -27,8 +27,8 @@
<!--
This declares that this app uses the instrumentation test runner targeting
- the package of com.android.email. To run the tests use the command:
- "adb shell am instrument -w com.android.email.tests/android.test.InstrumentationTestRunner"
+ the package of com.android.nfc3. To run the tests use the command:
+ "adb shell am instrument -w com.android.nfc.tests/android.test.InstrumentationTestRunner"
-->
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="com.android.nfc3"