mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 03:18:47 +00:00
AbstractNavitiaProvider: Add Orlyval to Physical Modes.
Without this patch, connections with the orlyval train cause an IllegalArgumentException.
This commit is contained in:
parent
ac81e68779
commit
e179351115
2 changed files with 7 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue