From 063dc2015fb9a5cf2af5cd90e61e6f75519e5b75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Masvie=20Brekk=C3=A5?= Date: Tue, 9 Jul 2024 16:31:13 +0200 Subject: [PATCH] Add a few test cases --- features/car/access.feature | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/features/car/access.feature b/features/car/access.feature index 0bebd2589..4e3685f72 100644 --- a/features/car/access.feature +++ b/features/car/access.feature @@ -305,3 +305,13 @@ Feature: Car - Restricted access | primary | psv | | | primary | no | | | primary | customers | x | + + 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 |