Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
<groupId>com.github.ibi-group</groupId>
<artifactId>gtfs-lib</artifactId>
<!-- Latest dev build on jitpack.io -->
<version>1641a368488084d712f771d3d9e1919c1f52f260</version>
<version>63ca26080408891e64862d98b257af6b942646b2</version>
<!-- Exclusions added in order to silence SLF4J warnings about multiple bindings:
http://www.slf4j.org/codes.html#multiple_bindings
-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,16 @@ void canCheckAndUpgradeTables(String namespaceType) throws Exception {
// Some tables are missing from the feed and should be flagged.
assertTrue(namespaceCheck.missingTables.containsAll(Lists.newArrayList(
Table.SCHEDULE_EXCEPTIONS,
Table.TIME_FRAMES,
Table.FARE_MEDIAS,
Table.FARE_PRODUCTS,
Table.NETWORKS,
Table.FARE_LEG_RULES,
Table.FARE_TRANSFER_RULES,
Table.FEED_INFO,
Table.AREAS,
Table.RIDER_CATEGORIES,
Table.FARE_LEG_JOIN_RULES,
Table.TRANSFERS,
Table.FREQUENCIES,
Table.ATTRIBUTIONS,
Expand Down
Loading