mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 03:28:47 +00:00
Navitia: Fix location type handling in queryNearbyLocations.
This commit is contained in:
parent
026b1fb111
commit
82e367a08b
2 changed files with 22 additions and 5 deletions
|
@ -89,6 +89,15 @@ public class ParisProviderLiveTest extends AbstractProviderLiveTest
|
|||
print(result);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void nearbyStationsAny() throws Exception
|
||||
{
|
||||
final NearbyLocationsResult result = queryNearbyLocations(EnumSet.of(LocationType.STATION),
|
||||
new Location(LocationType.ANY, 48877523, 2378353), 700, 10);
|
||||
assertEquals(NearbyLocationsResult.Status.OK, result.status);
|
||||
print(result);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void nearbyStationsInvalidStation() throws Exception
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue