diff -r 000000000000 -r 2e3d3ce01487 tzservices/tzserver/test/Integration/dstscripts/UTCAlarm.ini --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tzservices/tzserver/test/Integration/dstscripts/UTCAlarm.ini Tue Feb 02 10:12:00 2010 +0200 @@ -0,0 +1,80 @@ +// Time zone change test + +[UTCAlarmTest01] +TestType=TimeZoneChange +InitialLocation=Europe/London +InitialTime=20050110:060000 +ChangedLocation=Europe/Stockholm +DueTime=20050110:090000 +UTC=False + +[UTCAlarmTest02] +TestType=TimeZoneChange +InitialLocation=Europe/London +InitialTime=20050110:060000 +ChangedLocation=Europe/Stockholm +DueTime=20050110:090000 +UTC=True + +[UTCAlarmTest03] +TestType=TimeZoneChange +InitialLocation=Europe/London +InitialTime=20050110:060000 +ChangedLocation=America/Chicago +DueTime=20050110:090000 +UTC=False + +[UTCAlarmTest04] +TestType=TimeZoneChange +InitialLocation=Europe/London +InitialTime=20050110:060000 +ChangedLocation=America/Chicago +DueTime=20050110:090000 +UTC=True + +[UTCAlarmTest05] +TestType=TimeZoneChange +InitialLocation=Australia/Sydney +InitialTime=20050101:060000 +ChangedLocation=America/Chicago +DueTime=20050110:090000 +UTC=False + +[UTCAlarmTest06] +TestType=TimeZoneChange +InitialLocation=Australia/Sydney +InitialTime=20050101:060000 +ChangedLocation=America/Chicago +DueTime=20050110:090000 +UTC=True + + +// DST event test + +[UTCAlarmTest07] +TestType=DSTEvent +InitialLocation=Europe/London +InitialTime=20050327:005959 +DueTime=20050401:090000 +UTC=False + +[UTCAlarmTest08] +TestType=DSTEvent +InitialLocation=Europe/London +InitialTime=20050327:005959 +DueTime=20050401:090000 +UTC=True + +[UTCAlarmTest09] +TestType=DSTEvent +InitialLocation=Europe/Tirane +InitialTime=20050327:015959 +DueTime=20050401:090000 +UTC=False + +[UTCAlarmTest10] +TestType=DSTEvent +InitialLocation=Europe/Tirane +InitialTime=20050327:015959 +DueTime=20050401:090000 +UTC=True \ No newline at end of file