summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author quddusc <quddusc@google.com> 2014-01-16 00:32:21 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2014-01-16 00:32:21 +0000
commit3126ce6e096bebf4e21aea73d2bb872dcedb0d16 (patch)
treea49ea2eec8ceab9560265e68d5d047e263a0a228
parent291fb4b5ff8337d28ff8aa133cc2ea4a8fc09b58 (diff)
parente8df6f4d53f150edca32bd8fcb7d576f837fe9e0 (diff)
Merge "docs: Fixed typo in InstrumentationTestRunner page. Bug: 11386360" into klp-docs
-rw-r--r--test-runner/src/android/test/InstrumentationTestRunner.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/test-runner/src/android/test/InstrumentationTestRunner.java b/test-runner/src/android/test/InstrumentationTestRunner.java
index 91d04da05930..db80ef951570 100644
--- a/test-runner/src/android/test/InstrumentationTestRunner.java
+++ b/test-runner/src/android/test/InstrumentationTestRunner.java
@@ -74,8 +74,9 @@ import junit.textui.ResultPrinter;
* <li>{@link android.test.ProviderTestCase}</li>
* <li>{@link android.test.ServiceTestCase}</li>
* <li>{@link android.test.SingleLaunchActivityTestCase}</li></ul>
- * <li>In an appropriate AndroidManifest.xml, define the this instrumentation with
- * the appropriate android:targetPackage set.
+ * <li>Set the <code>android:targetPackage</code> attribute of the <code>&lt;instrumentation&gt;</code>
+ * element in the test package's manifest. You should set the attribute value
+ * to the package name of the target application under test.
* <li>Run the instrumentation using "adb shell am instrument -w",
* with no optional arguments, to run all tests (except performance tests).
* <li>Run the instrumentation using "adb shell am instrument -w",