From 323e58467b235eb126de3fc0aa3266f4eb934b3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Masvie=20Brekk=C3=A5?= Date: Fri, 12 Jul 2024 10:09:34 +0200 Subject: [PATCH] Fix tests --- features/car/access.feature | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/features/car/access.feature b/features/car/access.feature index 4e3685f725..d40af45fb0 100644 --- a/features/car/access.feature +++ b/features/car/access.feature @@ -308,10 +308,13 @@ Feature: Car - Restricted access Scenario: Car - Conditional restrictions Then routability should be - | highway | motor_vehicle:conditional | bothw | - | primary | | x | - | primary | no @ 2002 Jan 7 - 2002 Feb 8 | | - | primary | no @ 2002 Jan 07 - 2002 Feb 08 | | - | primary | no @ 2020 Jan 7 - 2050 Feb 8 | x | - | primary | no @ foo - bar | x | - | primary | foo | x | + | highway | motor_vehicle | motor_vehicle:conditional | bothw | + | primary | yes | | x | + | primary | yes | no @ 2002 Jan 7 - 2002 Feb 8 | x | + | primary | yes | no @ 2002 Jan 07 - 2002 Feb 08 | x | + | primary | yes | no @ 2090 Jan 7 - 2100 Feb 8 | x | + | primary | yes | no @ 2020 Jan 7 - 2050 Feb 8 | | + | primary | yes | no @ 2020 Jan 07 - 2050 Feb 08 | | + | primary | yes | no @ (2020 Jan 7 - 2050 Feb 8) | | + | primary | yes | no @ foo - bar | x | + | primary | yes | foo | x | \ No newline at end of file