From 41e6f351c68eb1084b2eb9e1048715e99684d725 Mon Sep 17 00:00:00 2001 From: Trevor Johns Date: Wed, 4 Apr 2012 16:38:28 -0700 Subject: Docs: Fixing typo in "Testing from Other IDEs" article Fixing typo in Dev Guide article: 'android update-test-project' should be 'android update test-project'. Change-Id: Ie42a0b627d30d2a72fa081ca13bceaacdfd5aa03 http://developer.android.com/guide/developing/testing/testing_otheride.html --- docs/html/guide/developing/testing/testing_otheride.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/html/guide/developing/testing/testing_otheride.jd b/docs/html/guide/developing/testing/testing_otheride.jd index 93af979..7745ae7 100644 --- a/docs/html/guide/developing/testing/testing_otheride.jd +++ b/docs/html/guide/developing/testing/testing_otheride.jd @@ -209,7 +209,7 @@ $ android create test-project -m ../HelloAndroid -n HelloAndroidTest -p HelloAnd

To update a test project with the android tool, enter:

-
android update-test-project -m <main_path> -p <test_path>
+
android update test-project -m <main_path> -p <test_path>
-- cgit v1.1