Merge "Docs: Fixing typo in "Testing from Other IDEs" article" into ics-mr1

This commit is contained in:
Trevor Johns
2012-04-04 16:51:18 -07:00
committed by Android (Google) Code Review

View File

@@ -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>