File tree 1 file changed +10
-7
lines changed
1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -308,10 +308,13 @@ Feature: Car - Restricted access
308
308
309
309
Scenario : Car - Conditional restrictions
310
310
Then routability should be
311
- | highway | motor_vehicle :conditional | bothw |
312
- | primary | | x |
313
- | primary | no @ 2002 Jan 7 - 2002 Feb 8 | |
314
- | primary | no @ 2002 Jan 07 - 2002 Feb 08 | |
315
- | primary | no @ 2020 Jan 7 - 2050 Feb 8 | x |
316
- | primary | no @ foo - bar | x |
317
- | primary | foo | x |
311
+ | highway | motor_vehicle | motor_vehicle :conditional | bothw |
312
+ | secondary | yes | | x |
313
+ | secondary | yes | no @ 2002 Jan 7 - 2002 Feb 8 | x |
314
+ | secondary | yes | no @ 2002 Jan 07 - 2002 Feb 08 | x |
315
+ | secondary | yes | no @ 2090 Jan 7 - 2100 Feb 8 | x |
316
+ | secondary | yes | no @ 2020 Jan 7 - 2050 Feb 8 | |
317
+ | secondary | yes | no @ 2020 Jan 07 - 2050 Feb 08 | |
318
+ | secondary | yes | no @ (2020 Jan 7 - 2050 Feb 8 ) | |
319
+ | secondary | yes | no @ foo - bar | x |
320
+ | secondary | yes | foo | x |
You can’t perform that action at this time.
0 commit comments