diff options
author | Android Code Review <code-review@android.com> | 2009-09-15 13:14:58 -0700 |
---|---|---|
committer | Android Code Review <code-review@android.com> | 2009-09-15 13:14:58 -0700 |
commit | 2419fa842b5c940de23c9f22a52282554ded1217 (patch) | |
tree | 883a4989a2c98a6ab5772c22c7cd7506017fa107 /test-runner | |
parent | fc01794f33057862a361a0d0113630c58befc21b (diff) | |
parent | ae5d46fddf39e784427a9c344a782001dd6f195c (diff) | |
download | frameworks_base-2419fa842b5c940de23c9f22a52282554ded1217.zip frameworks_base-2419fa842b5c940de23c9f22a52282554ded1217.tar.gz frameworks_base-2419fa842b5c940de23c9f22a52282554ded1217.tar.bz2 |
Merge change 10326
* changes:
Javadoc used startApplication() which doesnt exists, changed to createApplication()
Diffstat (limited to 'test-runner')
-rw-r--r-- | test-runner/android/test/ApplicationTestCase.java | 2 |
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}. |