Sort suggested locations by hit quality.

This commit is contained in:
Andreas Schildbach 2014-07-16 10:41:50 +02:00
parent e691e7c2fb
commit 68989ec451
24 changed files with 187 additions and 137 deletions

View file

@ -93,7 +93,7 @@ public class VbbProviderLiveTest extends AbstractProviderLiveTest
print(result);
Assert.assertEquals("Güntzelstr. (U)", result.locations.get(0).name);
Assert.assertEquals("Güntzelstr. (U)", result.getLocations().get(0).name);
}
@Test
@ -103,7 +103,7 @@ public class VbbProviderLiveTest extends AbstractProviderLiveTest
print(result);
Assert.assertEquals("Sophienstr. 24", result.locations.get(0).name);
Assert.assertEquals("Sophienstr. 24", result.getLocations().get(0).name);
}
@Test