diff options
| author | Joe Malin <jmalin@google.com> | 2010-09-24 15:17:56 -0700 |
|---|---|---|
| committer | Joe Malin <jmalin@google.com> | 2010-10-11 09:13:32 -0700 |
| commit | 390d67679cf568141e9ee135a60132d8f4ffa3f0 (patch) | |
| tree | f46ae6033fb09312e4d7810a0d0009957d96c209 /samples/NotePad/tests/src/com/example/android/notepad/NotePadActivityTest.java | |
| parent | 3fe7e69b2d184127dfdc46776299366533826537 (diff) | |
Samples: Fix bugs in Note Pad sample app.
Change-Id: I859cbc73eaaa77a9ff89484f33c7150d76a4e2c2
Diffstat (limited to 'samples/NotePad/tests/src/com/example/android/notepad/NotePadActivityTest.java')
| -rw-r--r-- | samples/NotePad/tests/src/com/example/android/notepad/NotePadActivityTest.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/samples/NotePad/tests/src/com/example/android/notepad/NotePadActivityTest.java b/samples/NotePad/tests/src/com/example/android/notepad/NotePadActivityTest.java index c8acdf043..6a66ebb7a 100644 --- a/samples/NotePad/tests/src/com/example/android/notepad/NotePadActivityTest.java +++ b/samples/NotePad/tests/src/com/example/android/notepad/NotePadActivityTest.java @@ -17,7 +17,6 @@ package com.example.android.notepad; import android.test.ActivityInstrumentationTestCase2; - import com.example.android.notepad.NotesList; /** @@ -30,7 +29,7 @@ public class NotePadActivityTest extends ActivityInstrumentationTestCase2<NotesL * Creates an {@link ActivityInstrumentationTestCase2} for the {@link NotesList} activity. */ public NotePadActivityTest() { - super("com.example.android.notepad.test",NotesList.class); + super(NotesList.class); } /** |
