summaryrefslogtreecommitdiffstats
path: root/test-runner
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2009-09-16 16:22:13 -0700
committerJean-Baptiste Queru <jbq@google.com>2009-09-16 16:22:13 -0700
commite525eef4b8e284ac8eb023bd0df4eeed37916d4b (patch)
tree565020de633597ec0e49429478918b1c27b47d22 /test-runner
parentea8844811d1b0965f5c2f43006c0a08bcd73f23a (diff)
parent62e73f466e52b98ecc2eef85010618a655b40924 (diff)
downloadframeworks_base-e525eef4b8e284ac8eb023bd0df4eeed37916d4b.zip
frameworks_base-e525eef4b8e284ac8eb023bd0df4eeed37916d4b.tar.gz
frameworks_base-e525eef4b8e284ac8eb023bd0df4eeed37916d4b.tar.bz2
merge from open-source master
Diffstat (limited to 'test-runner')
-rw-r--r--test-runner/android/test/ApplicationTestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-runner/android/test/ApplicationTestCase.java b/test-runner/android/test/ApplicationTestCase.java
index 31b226a..ae5fa4d 100644
--- a/test-runner/android/test/ApplicationTestCase.java
+++ b/test-runner/android/test/ApplicationTestCase.java
@@ -53,7 +53,7 @@ import android.content.Context;
* Context.
* You can create and inject alternative types of Contexts by calling
* {@link AndroidTestCase#setContext(Context) setContext()}. You must do this <i>before</i> calling
- * startApplication(). The test framework provides a
+ * {@link #createApplication()}. The test framework provides a
* number of alternatives for Context, including {@link android.test.mock.MockContext MockContext},
* {@link android.test.RenamingDelegatingContext RenamingDelegatingContext}, and
* {@link android.content.ContextWrapper ContextWrapper}.