Bug 1552726 - Limit recurrence in testTimezones.js; rs=bustage-"fix"

This commit is contained in:
Geoff Lankow 2019-05-20 17:43:01 +12:00
Родитель 8331a91f2d
Коммит ece9aff2b0
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -63,6 +63,7 @@ function testTimezones2_CreateEvents() {
setData(event, iframe, {
title: TIMEZONES[i],
repeat: "weekly",
repeatuntil: new Date(2009, 11, 31),
starttime: time,
timezone: TIMEZONES[i]
});