You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/Tests.FeatureManagement/RecurrenceEvaluation.cs
+46-3Lines changed: 46 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -291,6 +291,7 @@ public void InvalidTimeWindowAcrossWeeksTest()
291
291
{
292
292
Type=RecurrencePatternType.Weekly,
293
293
Interval=1,
294
+
FirstDayOfWeek=DayOfWeek.Sunday,
294
295
DaysOfWeek=newList<DayOfWeek>(){DayOfWeek.Tuesday,DayOfWeek.Saturday}// The time window duration should be shorter than 3 days because the gap between Saturday in the previous week and Tuesday in this week is 3 days.
295
296
},
296
297
Range=newRecurrenceRange()
@@ -299,7 +300,7 @@ public void InvalidTimeWindowAcrossWeeksTest()
299
300
300
301
//
301
302
// The settings is valid. No exception should be thrown.
0 commit comments