summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTrevor Johns <trevorjohns@google.com>2012-04-04 16:55:57 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-04-04 16:55:57 -0700
commit1f393b96cf940967fec89fefd3c45594de525cb1 (patch)
tree687a9daccf4ae4029e601cdcf46c7a983f7a989d /docs
parentf47fcf702c6ccf57ec96c915d3f308d093ffa46a (diff)
parent655aff22aad883131b72ad879ed18f1a11380dbe (diff)
downloadframeworks_base-1f393b96cf940967fec89fefd3c45594de525cb1.zip
frameworks_base-1f393b96cf940967fec89fefd3c45594de525cb1.tar.gz
frameworks_base-1f393b96cf940967fec89fefd3c45594de525cb1.tar.bz2
am 655aff22: am e07b5850: Merge "Docs: Fixing typo in "Testing from Other IDEs" article" into ics-mr1
* commit '655aff22aad883131b72ad879ed18f1a11380dbe': Docs: Fixing typo in "Testing from Other IDEs" article
Diffstat (limited to 'docs')
-rw-r--r--docs/html/guide/developing/testing/testing_otheride.jd2
1 files changed, 1 insertions, 1 deletions
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
<p>
To update a test project with the <code>android</code> tool, enter:
</p>
-<pre>android update-test-project -m &lt;main_path&gt; -p &lt;test_path&gt;</pre>
+<pre>android update test-project -m &lt;main_path&gt; -p &lt;test_path&gt;</pre>
<table>
<tr>