mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-20 01:10:02 +00:00
EFA: Parse message code when querying for locations via JSON.
This commit is contained in:
parent
94adb91a25
commit
e60eabaa92
2 changed files with 17 additions and 0 deletions
|
@ -83,6 +83,13 @@ public class SvvProviderLiveTest extends AbstractProviderLiveTest
|
|||
assertThat(result.getLocations(), hasItem(new Location(LocationType.STATION, "60650458")));
|
||||
}
|
||||
|
||||
@Test
|
||||
public void suggestLocationsAddress() throws Exception
|
||||
{
|
||||
final SuggestLocationsResult result = suggestLocations("Kaigasse 10");
|
||||
print(result);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void suggestLocationsCoverage() throws Exception
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue