diff --git a/features/car/conditional_restrictions.feature b/features/car/conditional_restrictions.feature index deb5178f0..de547cbf6 100644 --- a/features/car/conditional_restrictions.feature +++ b/features/car/conditional_restrictions.feature @@ -364,6 +364,16 @@ Feature: Car - Turn restrictions | b | a | bj,aj,aj | | b | d | bj,jd,jd | + # 10am utc, wed + When I run "osrm-contract {osm_file} --time-zone-file=test/data/tz/{timezone_names}/guinea.geojson --parse-conditionals-from-now=1493805600" + When I run "osrm-customize {osm_file} --time-zone-file=test/data/tz/{timezone_names}/guinea.geojson --parse-conditionals-from-now=1493805600" + + When I route I should get + | from | to | route | + | b | c | bj,jc,jc | + | b | a | bj,jc,jc,aj,aj | + | b | d | bj,jd,jd | + @no_turning @conditionals Scenario: Car - Conditional restriction with multiple time windows