Menu

Diff of /trunk/UnitTests/SyncAppointmentsTests.cs [r386] .. [r387]  Maximize  Restore

Switch to side-by-side view

--- a/trunk/UnitTests/SyncAppointmentsTests.cs
+++ b/trunk/UnitTests/SyncAppointmentsTests.cs
@@ -139,7 +139,7 @@
             Assert.IsNotNull(match.OutlookAppointment);
 
             Outlook.AppointmentItem recreatedOutlookAppointment = Syncronizer.CreateOutlookAppointmentItem(Syncronizer.SyncAppointmentsFolder);
-            sync.UpdateAppointment(ref match.GoogleAppointment, recreatedOutlookAppointment);
+            sync.UpdateAppointment(ref match.GoogleAppointment, recreatedOutlookAppointment, match.GoogleAppointmentExceptions);
             Assert.IsNotNull(outlookAppointment);
             Assert.IsNotNull(recreatedOutlookAppointment);
             // match recreatedOutlookAppointment with outlookAppointment
@@ -187,7 +187,7 @@
             Assert.IsNotNull(match.OutlookAppointment);
 
             Outlook.AppointmentItem recreatedOutlookAppointment = Syncronizer.CreateOutlookAppointmentItem(Syncronizer.SyncAppointmentsFolder);
-            sync.UpdateAppointment(ref match.GoogleAppointment, recreatedOutlookAppointment);            
+            sync.UpdateAppointment(ref match.GoogleAppointment, recreatedOutlookAppointment, match.GoogleAppointmentExceptions);            
             Assert.IsNotNull(outlookAppointment);
             Assert.IsNotNull(recreatedOutlookAppointment);
             // match recreatedOutlookAppointment with outlookAppointment
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.