From 5704ebc42cb4307fe4990c28c34ce8bffe7ee4ff Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Thu, 14 Jan 2016 10:48:05 +0100 Subject: [PATCH] Augsburg: Fix some tests. --- enabler/test/de/schildbach/pte/live/AvvProviderLiveTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/enabler/test/de/schildbach/pte/live/AvvProviderLiveTest.java b/enabler/test/de/schildbach/pte/live/AvvProviderLiveTest.java index 401ef49d..d7722ef2 100644 --- a/enabler/test/de/schildbach/pte/live/AvvProviderLiveTest.java +++ b/enabler/test/de/schildbach/pte/live/AvvProviderLiveTest.java @@ -80,11 +80,11 @@ public class AvvProviderLiveTest extends AbstractProviderLiveTest { final SuggestLocationsResult result1 = suggestLocations("Barfüßerbrücke"); print(result1); - assertThat(result1.getLocations(), hasItem(new Location(LocationType.STATION, "131"))); + assertThat(result1.getLocations(), hasItem(new Location(LocationType.STATION, "2000131"))); final SuggestLocationsResult result2 = suggestLocations("Gärtnerstraße"); print(result2); - assertThat(result2.getLocations(), hasItem(new Location(LocationType.STATION, "557"))); + assertThat(result2.getLocations(), hasItem(new Location(LocationType.STATION, "2000557"))); } @Test