summaryrefslogtreecommitdiffstats
path: root/docs/html/tools/testing/testing_otheride.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/tools/testing/testing_otheride.jd')
-rw-r--r--docs/html/tools/testing/testing_otheride.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/tools/testing/testing_otheride.jd b/docs/html/tools/testing/testing_otheride.jd
index 9484158..a774087 100644
--- a/docs/html/tools/testing/testing_otheride.jd
+++ b/docs/html/tools/testing/testing_otheride.jd
@@ -281,7 +281,7 @@ $ android create test-project -m ../HelloAndroid -n HelloAndroidTest -p HelloAnd
<p>
Another useful convention is to add the method <code>testPreConditions()</code> to your test
class. Use this method to test that the application under test is initialized correctly. If this
- test fails, you know that that the initial conditions were in error. When this happens, further
+ test fails, you know that the initial conditions were in error. When this happens, further
test results are suspect, regardless of whether or not the tests succeeded.
</p>
<p>