Bug 1552726 - Limit recurrence in testTimezones.js; rs=bustage-"fix"
This commit is contained in:
Родитель
8331a91f2d
Коммит
ece9aff2b0
|
@ -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]
|
||||
});
|
||||
|
|
Загрузка…
Ссылка в новой задаче