Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Jan 16, 2019
1 parent d9e3320 commit fc9c269
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/net/fortuna/ical4j/model/RecurTest.java
Expand Up @@ -211,6 +211,7 @@ protected void tearDown() throws Exception {
*
*/
public void testGetDatesCount() {
java.util.TimeZone.setDefault(java.util.TimeZone.getTimeZone("Australia/Melbourne"));
DateList dates = null;
if (seed != null) {
dates = recur.getDates(seed, periodStart, periodEnd, value);
Expand Down

0 comments on commit fc9c269

Please sign in to comment.