From 9b315ec7194125ba61302aa476de6d69c28a866a Mon Sep 17 00:00:00 2001 From: Julius Tens Date: Fri, 16 Mar 2018 14:34:37 +0100 Subject: [PATCH] clarify code comments --- test/db.js | 2 +- test/oebb.js | 2 +- test/vbb.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/db.js b/test/db.js index 527d4318..5af0b434 100644 --- a/test/db.js +++ b/test/db.js @@ -219,7 +219,7 @@ test('Berlin Jungfernheide to ATZE Musiktheater', co(function* (t) { test('journeys: via works – with detour', co(function* (t) { // 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 wedding = '008089131' const württembergallee = '731084' diff --git a/test/oebb.js b/test/oebb.js index 0378d1e8..84e9be23 100644 --- a/test/oebb.js +++ b/test/oebb.js @@ -259,7 +259,7 @@ test('Albertina to Salzburg Hbf', co(function* (t) { test('journeys: via works – with detour', co(function* (t) { // 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 schottenring = '001390163' const donauinsel = '001392277' diff --git a/test/vbb.js b/test/vbb.js index 6906a5db..38b83298 100644 --- a/test/vbb.js +++ b/test/vbb.js @@ -302,7 +302,7 @@ test('journeys – station to POI', co(function* (t) { test('journeys: via works – with detour', co(function* (t) { // 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 wedding = '900000009104' const württembergallee = '900000026153'