mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 00:39:58 +00:00
Migrate Bremen, Bremerhaven and Oldenburg to binary connections query
This commit is contained in:
parent
5b098e1268
commit
40871c35b7
2 changed files with 51 additions and 1 deletions
|
@ -76,6 +76,16 @@ public class VbnProviderLiveTest extends AbstractProviderLiveTest
|
|||
print(autocompletes);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void autocompleteUmlaut() throws Exception
|
||||
{
|
||||
final List<Location> autocompletes = provider.autocompleteStations("Göttingen Hauptbahnhof");
|
||||
|
||||
print(autocompletes);
|
||||
|
||||
assertEquals("Göttingen", autocompletes.get(0).place);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void shortTrip() throws Exception
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue