conveyal / gtfs-validator

A Java framework for GTFS validation and statistics.
MIT License
38 stars 18 forks source link

Build does not complete, tests failing #16

Open abyrd opened 9 years ago

abyrd commented 9 years ago
Failed tests:   calendarDateRangeStart(com.conveyal.gtfs.GtfsStatisticsServiceTest): expected:<Mon May 26 00:00:00 CEST 2014> but was:<Mon May 26 06:00:00 CEST 2014>
  calendarDateRangeEnd(com.conveyal.gtfs.GtfsStatisticsServiceTest): expected:<Mon May 26 00:00:00 CEST 2014> but was:<Mon May 26 06:00:00 CEST 2014>
  validateTrips(com.conveyal.gtfs.GtfsValidationServiceTest): expected:<11> but was:<9>
abyrd commented 9 years ago

Judging by the 6-hour mismatch in times, I suspect that these are all timezone issues.