Paris: Fix some tests.

This commit is contained in:
Torsten Grote 2016-01-30 12:05:44 -02:00 committed by Andreas Schildbach
parent 4f9fb0cab2
commit 13182d2fb7

View file

@ -49,7 +49,7 @@ public class ParisProviderLiveTest extends AbstractNavitiaProviderLiveTest
@Test @Test
public void nearbyStationsStation() throws Exception public void nearbyStationsStation() throws Exception
{ {
nearbyStationsStation("stop_point:RTP:SP:3926410"); nearbyStationsStation("stop_point:OIF:SP:59:5657291");
} }
@Test @Test
@ -79,19 +79,19 @@ public class ParisProviderLiveTest extends AbstractNavitiaProviderLiveTest
@Test @Test
public void queryDeparturesEquivsFalse() throws Exception public void queryDeparturesEquivsFalse() throws Exception
{ {
queryDeparturesEquivsFalse("stop_point:RTP:SP:3926410"); queryDeparturesEquivsFalse("stop_point:OIF:SP:59:5657291");
} }
@Test @Test
public void queryDeparturesStopArea() throws Exception public void queryDeparturesStopArea() throws Exception
{ {
queryDeparturesStopArea("stop_area:RTP:SA:1958"); queryDeparturesStopArea("stop_area:OIF:SA:59864");
} }
@Test @Test
public void queryDeparturesEquivsTrue() throws Exception public void queryDeparturesEquivsTrue() throws Exception
{ {
queryDeparturesEquivsTrue("stop_point:RTP:SP:3926410"); queryDeparturesEquivsTrue("stop_point:OIF:SP:59:5657291");
} }
@Test @Test