From ae5d46fddf39e784427a9c344a782001dd6f195c Mon Sep 17 00:00:00 2001 From: Simon Schoar Date: Wed, 10 Jun 2009 20:49:56 +0200 Subject: Javadoc used startApplication() which doesnt exists, changed to createApplication() --- test-runner/android/test/ApplicationTestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-runner') 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 before 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}. -- cgit v1.1