summaryrefslogtreecommitdiffstats
path: root/test-runner
diff options
context:
space:
mode:
authorSimon Schoar <schoar@googlemail.com>2009-06-10 20:49:56 +0200
committerSimon Schoar <schoar@googlemail.com>2009-06-10 20:49:56 +0200
commitae5d46fddf39e784427a9c344a782001dd6f195c (patch)
treec0461d49aebbdaa03be86de8c9d35f58aa3c6615 /test-runner
parent734bc9bacba363f7970ea8394bcc38d1fadcede4 (diff)
downloadframeworks_base-ae5d46fddf39e784427a9c344a782001dd6f195c.zip
frameworks_base-ae5d46fddf39e784427a9c344a782001dd6f195c.tar.gz
frameworks_base-ae5d46fddf39e784427a9c344a782001dd6f195c.tar.bz2
Javadoc used startApplication() which doesnt exists, changed to createApplication()
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}.