mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-20 01:10:02 +00:00
fixed request encoding when autocompleting hafas
This commit is contained in:
parent
15c7113ce8
commit
194c6295e4
11 changed files with 85 additions and 17 deletions
|
@ -73,7 +73,7 @@ public class OebbProviderLiveTest extends AbstractProviderLiveTest
|
|||
}
|
||||
|
||||
@Test
|
||||
public void autoComplete() throws Exception
|
||||
public void autocomplete() throws Exception
|
||||
{
|
||||
final List<Location> autocompletes = provider.autocompleteStations("Wien");
|
||||
|
||||
|
@ -81,6 +81,14 @@ public class OebbProviderLiveTest extends AbstractProviderLiveTest
|
|||
assertTrue(autocompletes.size() > 0);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void autocompleteUmlaut() throws Exception
|
||||
{
|
||||
final List<Location> autocompletes = provider.autocompleteStations("Obirhöhle");
|
||||
|
||||
print(autocompletes);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void shortConnection() throws Exception
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue