mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-20 17:29:51 +00:00
DSB: Normalize a bus name. Also fix a test in DsbProviderLiveTest.
This commit is contained in:
parent
1c7a208817
commit
3b38a48bff
2 changed files with 16 additions and 2 deletions
|
@ -76,7 +76,7 @@ public class DsbProviderLiveTest extends AbstractProviderLiveTest {
|
|||
public void shortTrip() throws Exception {
|
||||
final QueryTripsResult result = queryTrips(
|
||||
new Location(LocationType.STATION, "900000011", null, "Copenhagen Airport"), null,
|
||||
new Location(LocationType.STATION, "551922500", null, "Billund Airport"), new Date(), true, Product.ALL,
|
||||
new Location(LocationType.POI, "551922500", null, "Billund Airport"), new Date(), true, Product.ALL,
|
||||
WalkSpeed.NORMAL, Accessibility.NEUTRAL);
|
||||
print(result);
|
||||
final QueryTripsResult laterResult = queryMoreTrips(result.context, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue