summaryrefslogtreecommitdiffstats
path: root/test-runner/src
diff options
context:
space:
mode:
authorquddusc <quddusc@google.com>2014-01-06 16:28:03 -0800
committerquddusc <quddusc@google.com>2014-01-14 12:47:34 -0800
commite8df6f4d53f150edca32bd8fcb7d576f837fe9e0 (patch)
tree50ed906a02c10663890825ae35034243f80abbaa /test-runner/src
parentcbc5f5410ff7c2b91e13f80a930f22944ce2ed88 (diff)
downloadframeworks_base-e8df6f4d53f150edca32bd8fcb7d576f837fe9e0.zip
frameworks_base-e8df6f4d53f150edca32bd8fcb7d576f837fe9e0.tar.gz
frameworks_base-e8df6f4d53f150edca32bd8fcb7d576f837fe9e0.tar.bz2
docs: Fixed typo in InstrumentationTestRunner page.
Bug: 11386360 Change-Id: I7626fe6fe1a22e223a8929ed3e5178c8df8966c9
Diffstat (limited to 'test-runner/src')
-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 91d04da..db80ef9 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",