mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-20 09:19:57 +00:00
EFA: Fix exception when JSON stopfinder doesn't find anything.
This commit is contained in:
parent
5fc143196e
commit
864783fed0
2 changed files with 10 additions and 1 deletions
|
@ -80,6 +80,13 @@ public class SydneyProviderLiveTest extends AbstractProviderLiveTest
|
|||
print(result);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void suggestLocationsEmpty() throws Exception
|
||||
{
|
||||
final SuggestLocationsResult result = provider.suggestLocations("kreide");
|
||||
print(result);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void shortTrip() throws Exception
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue