summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/developing/testing
diff options
context:
space:
mode:
authorRobert Ly <robertly@google.com>2011-01-04 22:48:02 -0800
committerRobert Ly <robertly@google.com>2011-01-07 18:54:44 -0800
commitc74a69a89a0f65bca87520928a714ed20c45873d (patch)
tree9c5a6f1a84e9add42abf5754ce49cad02f618d4a /docs/html/guide/developing/testing
parentec5ca94cfae8b2b16aa5ecc6874f0f3b80dde7df (diff)
downloadframeworks_base-c74a69a89a0f65bca87520928a714ed20c45873d.zip
frameworks_base-c74a69a89a0f65bca87520928a714ed20c45873d.tar.gz
frameworks_base-c74a69a89a0f65bca87520928a714ed20c45873d.tar.bz2
Doc Change: Fixing broken links and miscellaneous text revisions to support link fixing
Change-Id: I192595a3c7af520bf8598e80ae25d0dea289fcbd
Diffstat (limited to 'docs/html/guide/developing/testing')
-rw-r--r--docs/html/guide/developing/testing/testing_eclipse.jd5
-rw-r--r--docs/html/guide/developing/testing/testing_otheride.jd2
2 files changed, 4 insertions, 3 deletions
diff --git a/docs/html/guide/developing/testing/testing_eclipse.jd b/docs/html/guide/developing/testing/testing_eclipse.jd
index 370c142..1b9c6b1 100644
--- a/docs/html/guide/developing/testing/testing_eclipse.jd
+++ b/docs/html/guide/developing/testing/testing_eclipse.jd
@@ -12,9 +12,10 @@ page.title=Testing In Eclipse, with ADT
</div>
<p>
This topic explains how create and run tests of Android applications in Eclipse with ADT.
- Before you read this topic, you should read about how to create a Android application with the
+ Before you read this topic, you should read about how to create an Android application with the
basic processes for creating and running applications with ADT, as described in
- <a href="{@docRoot}guide/developing/eclipse-adt.html">Developing In Eclipse, with ADT</a>.
+ <a href="{@docRoot}guide/developing/projects/projects-eclipse.html">Creating and Managing Projects in Eclipse</a>
+ and <a href="guide/developing/building/building-eclipse.html">Building and Running Apps in Eclipse</a>.
You may also want to read
<a href="{@docRoot}guide/topics/testing/testing_android.html">Testing Fundamentals</a>,
which provides an overview of the Android testing framework.
diff --git a/docs/html/guide/developing/testing/testing_otheride.jd b/docs/html/guide/developing/testing/testing_otheride.jd
index adb0efa..48fa032 100644
--- a/docs/html/guide/developing/testing/testing_otheride.jd
+++ b/docs/html/guide/developing/testing/testing_otheride.jd
@@ -133,7 +133,7 @@ android create test-project -m &lt;main_path&gt; -n &lt;project_name&gt; -p &lt;
This creates a new test project with the appropriate directories and build files. The directory
structure and build file contents are identical to those in a regular Android application
project. They are described in detail in the topic
- <a href="{@docRoot}guide/developing/other-ide.html">Developing In Other IDEs</a>.
+ <a href="{@docRoot}guide/developing/projects/index.html">Creating and Managing Projects</a>.
</p>
<p>
The operation also creates an <code>AndroidManifest.xml</code> file with instrumentation