summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAndy McFadden <fadden@android.com>2011-06-08 13:07:16 -0700
committerAndy McFadden <fadden@android.com>2011-06-08 13:14:46 -0700
commit3f888688c0f2644ad3de032d5d1cf623a7b092fd (patch)
tree21075d6dc07d39fbc435ef9b7159059c83ce1ef7 /tests
parentd6e758383f78c9a7d02a259507be90e7c58a2c85 (diff)
downloadandroid_packages_apps_Calendar-3f888688c0f2644ad3de032d5d1cf623a7b092fd.tar.gz
android_packages_apps_Calendar-3f888688c0f2644ad3de032d5d1cf623a7b092fd.tar.bz2
android_packages_apps_Calendar-3f888688c0f2644ad3de032d5d1cf623a7b092fd.zip
Minor tweaks to support Calendar unbundling
A collection of minor changes: - stop using VMRuntime.getRuntime().setMinimumHeapSize() - access the View's context through getContext() - don't use VisibleForTesting Bug 4575374 Change-Id: I7328cd95728e96e3c772a96350c63271ee61ba8a
Diffstat (limited to 'tests')
-rw-r--r--tests/src/com/android/calendar/widget/CalendarAppWidgetServiceTest.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/src/com/android/calendar/widget/CalendarAppWidgetServiceTest.java b/tests/src/com/android/calendar/widget/CalendarAppWidgetServiceTest.java
index 32c87f51..c66565b2 100644
--- a/tests/src/com/android/calendar/widget/CalendarAppWidgetServiceTest.java
+++ b/tests/src/com/android/calendar/widget/CalendarAppWidgetServiceTest.java
@@ -30,8 +30,9 @@ import android.view.View;
import java.util.TimeZone;
-// adb shell am instrument -w -e class com.android.providers.calendar.CalendarAppWidgetServiceTest
-// com.android.providers.calendar.tests/android.test.InstrumentationTestRunner
+// adb shell am instrument -w -e class com.android.calendar.widget.CalendarAppWidgetServiceTest
+// com.google.android.calendar.tests/android.test.InstrumentationTestRunner
+
public class CalendarAppWidgetServiceTest extends AndroidTestCase {
private static final String TAG = "CalendarAppWidgetService";