mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 23:29:35 +02:00
clarify code comments
This commit is contained in:
parent
429d0d1f0c
commit
803b4573c1
3 changed files with 3 additions and 3 deletions
|
@ -220,7 +220,7 @@ test('Berlin Jungfernheide to ATZE Musiktheater', co(function* (t) {
|
||||||
|
|
||||||
test('journeys: via works – with detour', co(function* (t) {
|
test('journeys: via works – with detour', co(function* (t) {
|
||||||
// Going from Westhafen to Wedding via Württembergalle without detour
|
// Going from Westhafen to Wedding via Württembergalle without detour
|
||||||
// is currently impossible
|
// is currently impossible. We check if the routing engine computes a detour.
|
||||||
const westhafen = '008089116'
|
const westhafen = '008089116'
|
||||||
const wedding = '008089131'
|
const wedding = '008089131'
|
||||||
const württembergallee = '731084'
|
const württembergallee = '731084'
|
||||||
|
|
|
@ -260,7 +260,7 @@ test('Albertina to Salzburg Hbf', co(function* (t) {
|
||||||
|
|
||||||
test('journeys: via works – with detour', co(function* (t) {
|
test('journeys: via works – with detour', co(function* (t) {
|
||||||
// Going from Stephansplatz to Schottenring via Donauinsel without detour
|
// Going from Stephansplatz to Schottenring via Donauinsel without detour
|
||||||
// is currently impossible
|
// is currently impossible. We check if the routing engine computes a detour.
|
||||||
const stephansplatz = '001390167'
|
const stephansplatz = '001390167'
|
||||||
const schottenring = '001390163'
|
const schottenring = '001390163'
|
||||||
const donauinsel = '001392277'
|
const donauinsel = '001392277'
|
||||||
|
|
|
@ -302,7 +302,7 @@ test('journeys – station to POI', co(function* (t) {
|
||||||
|
|
||||||
test('journeys: via works – with detour', co(function* (t) {
|
test('journeys: via works – with detour', co(function* (t) {
|
||||||
// Going from Westhafen to Wedding via Württembergalle without detour
|
// Going from Westhafen to Wedding via Württembergalle without detour
|
||||||
// is currently impossible
|
// is currently impossible. We check if the routing engine computes a detour.
|
||||||
const westhafen = '900000001201'
|
const westhafen = '900000001201'
|
||||||
const wedding = '900000009104'
|
const wedding = '900000009104'
|
||||||
const württembergallee = '900000026153'
|
const württembergallee = '900000026153'
|
||||||
|
|
Loading…
Add table
Reference in a new issue