AbstractNavitiaProvider: Add Orlyval to Physical Modes.

Without this patch, connections with the orlyval train cause an IllegalArgumentException.
This commit is contained in:
Torsten Grote 2017-09-05 16:50:14 +02:00 committed by Andreas Schildbach
parent ac81e68779
commit e179351115
2 changed files with 7 additions and 1 deletions

View file

@ -134,6 +134,11 @@ public class ParisProviderLiveTest extends AbstractNavitiaProviderLiveTest {
queryTrip("Tour Eiffel", "Campo Formio");
}
@Test
public void queryTripStationsOrlyval() throws Exception {
queryTrip("Orly Sud", "Gare De Lyon");
}
@Test
public void queryTripStationsRapidTransit() throws Exception {
queryTrip("Luxembourg Paris", "Antony Antony");