summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/developing/testing
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2010-12-07 11:17:00 -0800
committerScott Main <smain@google.com>2010-12-14 17:34:00 -0800
commit369c1c1fa22802b6504c5cde533d797841700a66 (patch)
tree6abb2516c45e5b536d80d311848add4a5e188ddc /docs/html/guide/developing/testing
parent090a3dc33fbb0d450dd5823fd2756360e4acdd12 (diff)
downloadframeworks_base-369c1c1fa22802b6504c5cde533d797841700a66.zip
frameworks_base-369c1c1fa22802b6504c5cde533d797841700a66.tar.gz
frameworks_base-369c1c1fa22802b6504c5cde533d797841700a66.tar.bz2
cherrypick Change-Id: I52bc4e2d34015e6e30887590f920b580a034180e
docs: anchor link fixes Change-Id: I41175d61bb4ee2b0e087515e609e5ebfb19b1ea1
Diffstat (limited to 'docs/html/guide/developing/testing')
-rw-r--r--docs/html/guide/developing/testing/testing_eclipse.jd14
1 files changed, 5 insertions, 9 deletions
diff --git a/docs/html/guide/developing/testing/testing_eclipse.jd b/docs/html/guide/developing/testing/testing_eclipse.jd
index ba7eaba..370c142 100644
--- a/docs/html/guide/developing/testing/testing_eclipse.jd
+++ b/docs/html/guide/developing/testing/testing_eclipse.jd
@@ -505,15 +505,14 @@ page.title=Testing In Eclipse, with ADT
pane and moves the focus to the first line of the test method.
</p>
<p>
- The results of a successful test are shown in
- <a href="#TestResults">Figure 1. Messages for a successful test</a>:
+ The results of a successful test are shown in figure 1.
</p>
<a href="{@docRoot}images/testing/eclipse_test_results.png">
<img src="{@docRoot}images/testing/eclipse_test_results.png"
alt="Messages for a successful test" height="327px" id="TestResults"/>
</a>
<p class="img-caption">
- <strong>Figure 1.</strong> Messages for a successful test
+ <strong>Figure 1.</strong> Messages for a successful test.
</p>
<p>
The lower pane is for stack traces. If you highlight a failed test in the upper pane, the
@@ -521,14 +520,11 @@ page.title=Testing In Eclipse, with ADT
test code, you can double-click it to display the code in an editor view pane, with the
line highlighted. For a successful test, the lower pane is empty.
</p>
-<p>
- The results of a failed test are shown in
- <a href="#FailedTestResults">Figure 2. Messages for a test failure</a>
-</p>
+<p>The results of a failed test are shown in figure 2.</p>
<a href="{@docRoot}images/testing/eclipse_test_run_failure.png">
<img src="{@docRoot}images/testing/eclipse_test_run_failure.png"
- alt="Messages for a test failure" height="372px" id="TestRun"/>
+ alt="" height="372px" id="TestRun"/>
</a>
<p class="img-caption">
- <strong>Figure 2.</strong> Messages for a test failure
+ <strong>Figure 2.</strong> Messages for a test failure.
</p>