8000 Added test scenarios · ical4j/ical4j@79ae733 · GitHub
[go: up one dir, main page]

Skip to content

Commit 79ae733

Browse files
committed
Added test scenarios
1 parent d84d304 commit 79ae733

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/groovy/net/fortuna/ical4j/model/DateTimeSpec.groovy

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ class DateTimeSpec extends Specification {
6262
dateTimeString | timezoneId
6363
'20110327T000000'| 'Europe/London'
6464
'20110326T090000'| 'Europe/Minsk'
65+
'20110326T090000'| 'Australia/Melbourne'
66+
'20110326T090000'| 'Australia/Adelaide'
67+
// XXX: issue with tz definition for LHI..
68+
// '20110326T090000'| 'Australia/Lord_Howe'
6569
}
6670

6771
// @Ignore

0 commit comments

Comments
 (0)
0