summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRoboErik <epastern@google.com>2011-05-05 15:25:02 -0700
committerRoboErik <epastern@google.com>2011-05-10 18:24:51 -0700
commit0e1e62408b96e1532eb6f6a609ae4c817751aaf3 (patch)
tree39e9b4f099a94adaba565b578c7cfee32fe66811 /tests
parent7ee51ab94cef40b14457829c5cb5c92d5f3a79ad (diff)
downloadandroid_packages_apps_Calendar-0e1e62408b96e1532eb6f6a609ae4c817751aaf3.tar.gz
android_packages_apps_Calendar-0e1e62408b96e1532eb6f6a609ae4c817751aaf3.tar.bz2
android_packages_apps_Calendar-0e1e62408b96e1532eb6f6a609ae4c817751aaf3.zip
Update calendars table to v300
See change I515b3e0a for more details Change-Id: Iee64f3868e4109ceb1cebf0503fdf7b818ffe305
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;