mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 06:08:52 +00:00
Paris: Fix some tests.
This commit is contained in:
parent
4f9fb0cab2
commit
13182d2fb7
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue