Skip to content

Commit

Permalink
Added test scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Jan 4, 2023
1 parent d84d304 commit 79ae733
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/groovy/net/fortuna/ical4j/model/DateTimeSpec.groovy
Expand Up @@ -62,6 +62,10 @@ class DateTimeSpec extends Specification {
dateTimeString | timezoneId
'20110327T000000'| 'Europe/London'
'20110326T090000'| 'Europe/Minsk'
'20110326T090000'| 'Australia/Melbourne'
'20110326T090000'| 'Australia/Adelaide'
// XXX: issue with tz definition for LHI..
// '20110326T090000'| 'Australia/Lord_Howe'
}

// @Ignore
Expand Down

0 comments on commit 79ae733

Please sign in to comment.