mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 08:49:58 +00:00
Sort suggested locations by hit quality.
This commit is contained in:
parent
e691e7c2fb
commit
68989ec451
24 changed files with 187 additions and 137 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue