diff --git a/docs/html/tools/testing/testing_otheride.jd b/docs/html/tools/testing/testing_otheride.jd index 0678f52bf29e1..948415834644e 100644 --- a/docs/html/tools/testing/testing_otheride.jd +++ b/docs/html/tools/testing/testing_otheride.jd @@ -75,9 +75,9 @@ parent.link=index.html

You use the android tool to create test projects. You also use android to convert existing test code into an Android test project, - or to add the run-tests Ant target to an existing Android test project. + or to add the test Ant target to an existing Android test project. These operations are described in more detail in the section - Updating a test project. The run-tests target is described in + Updating a test project. The test target is described in Quick build and run with Ant.

Creating a test project

@@ -300,7 +300,7 @@ $ android create test-project -m ../HelloAndroid -n HelloAndroidTest -p HelloAnd

Quick build and run with Ant

You can use Ant to run all the tests in your test project, using the target - run-tests, which is created automatically when you create a test project with + test, which is created automatically when you create a test project with the android tool.