Skip to content

Commit

Permalink
Improved test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Dec 16, 2018
1 parent 2755d4b commit 226a567
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions src/test/groovy/net/fortuna/ical4j/model/RecurSpec.groovy
Expand Up @@ -110,6 +110,37 @@ class RecurSpec extends Specification {
'20181104T000000',
'20181111T000000',
'20181118T000000']
'FREQ=DAILY;BYMONTH=1' | Value.DATE | '20000101' | '20000201' | ['20000101',
'20000102',
'20000103',
'20000104',
'20000105',
'20000106',
'20000107',
'20000108',
'20000109',
'20000110',
'20000111',
'20000112',
'20000113',
'20000114',
'20000115',
'20000116',
'20000117',
'20000118',
'20000119',
'20000120',
'20000121',
'20000122',
'20000123',
'20000124',
'20000125',
'20000126',
'20000127',
'20000128',
'20000129',
'20000130',
'20000131']
}

@Unroll
Expand Down

0 comments on commit 226a567

Please sign in to comment.