From e8df6f4d53f150edca32bd8fcb7d576f837fe9e0 Mon Sep 17 00:00:00 2001 From: quddusc Date: Mon, 6 Jan 2014 16:28:03 -0800 Subject: [PATCH] docs: Fixed typo in InstrumentationTestRunner page. Bug: 11386360 Change-Id: I7626fe6fe1a22e223a8929ed3e5178c8df8966c9 --- test-runner/src/android/test/InstrumentationTestRunner.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test-runner/src/android/test/InstrumentationTestRunner.java b/test-runner/src/android/test/InstrumentationTestRunner.java index 91d04da05930b..db80ef951570e 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; *
  • {@link android.test.ProviderTestCase}
  • *
  • {@link android.test.ServiceTestCase}
  • *
  • {@link android.test.SingleLaunchActivityTestCase}
  • - *
  • In an appropriate AndroidManifest.xml, define the this instrumentation with - * the appropriate android:targetPackage set. + *
  • Set the android:targetPackage attribute of the <instrumentation> + * element in the test package's manifest. You should set the attribute value + * to the package name of the target application under test. *
  • Run the instrumentation using "adb shell am instrument -w", * with no optional arguments, to run all tests (except performance tests). *
  • Run the instrumentation using "adb shell am instrument -w",