summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRoboErik <epastern@google.com>2011-05-11 16:47:38 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-05-11 16:47:38 -0700
commit392ae1b95392c65a5727f779645a51118b6213f8 (patch)
treed3303a761175ca4bd6430590b3d68001541c0285 /tests
parent9ca83f216ff31d4f9517d7f0f55ee88f3938d8de (diff)
parent0e1e62408b96e1532eb6f6a609ae4c817751aaf3 (diff)
downloadandroid_packages_apps_Calendar-392ae1b95392c65a5727f779645a51118b6213f8.tar.gz
android_packages_apps_Calendar-392ae1b95392c65a5727f779645a51118b6213f8.tar.bz2
android_packages_apps_Calendar-392ae1b95392c65a5727f779645a51118b6213f8.zip
Merge "Update calendars table to v300"
Diffstat (limited to 'tests')
-rw-r--r--tests/src/com/android/calendar/event/EditEventHelperTest.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/src/com/android/calendar/event/EditEventHelperTest.java b/tests/src/com/android/calendar/event/EditEventHelperTest.java
index 8248f045..463c2bac 100644
--- a/tests/src/com/android/calendar/event/EditEventHelperTest.java
+++ b/tests/src/com/android/calendar/event/EditEventHelperTest.java
@@ -616,7 +616,7 @@ public class EditEventHelperTest extends AndroidTestCase {
EditEventHelper.MODIFY_ALL);
moveExpectedTimeValuesForwardOneDay();
- mExpectedValues.put(Events.ORIGINAL_EVENT, mModel2.mSyncId);
+ mExpectedValues.put(Events.ORIGINAL_SYNC_ID, mModel2.mSyncId);
mExpectedValues.put(Events.ORIGINAL_INSTANCE_TIME, mModel1.mOriginalStart);
mExpectedValues.put(Events.ORIGINAL_ALL_DAY, 1);
@@ -1505,8 +1505,8 @@ public class EditEventHelperTest extends AndroidTestCase {
values.put(Events.DTEND, (Long) null);
values.put(Events.DESCRIPTION, "Evaluating Life, the Universe, and Everything");
values.put(Events.EVENT_LOCATION, "Earth Mk2");
- values.put(Events.TRANSPARENCY, 0);
- values.put(Events.VISIBILITY, 3); // This is one more than the model if
+ values.put(Events.AVAILABILITY, 0);
+ values.put(Events.ACCESS_LEVEL, 3); // This is one more than the model if
// >0
return values;