VRR: Fix umlauts in suggested locations.

This commit is contained in:
Andreas Schildbach 2015-03-22 21:32:56 +01:00
parent af4f9ab0cc
commit cd8b7fc6dd
2 changed files with 3 additions and 2 deletions

View file

@ -98,8 +98,9 @@ public class VrrProviderLiveTest extends AbstractProviderLiveTest
@Test
public void suggestLocationsWithUmlaut() throws Exception
{
final SuggestLocationsResult result = suggestLocations("grün");
final SuggestLocationsResult result = suggestLocations("Köln Mülheim");
print(result);
assertThat(result.getLocations(), hasItem(new Location(LocationType.STATION, "22000572")));
}
@Test