From ad610ac904d51b9f8273ca97a18abd68123f61c5 Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Tue, 21 Aug 2012 17:45:33 +0200 Subject: [PATCH] update test speedprofiles to use new accessTags --- test/speedprofiles/bicycle.ini | 2 +- test/speedprofiles/car.ini | 2 +- test/speedprofiles/foot.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/speedprofiles/bicycle.ini b/test/speedprofiles/bicycle.ini index a81f62735..f3bb6b2cd 100644 --- a/test/speedprofiles/bicycle.ini +++ b/test/speedprofiles/bicycle.ini @@ -1,5 +1,5 @@ [bicycle] - accessTag = bicycle + accessTags = bicycle obeyOneways = yes obeyBollards = no useRestrictions = yes diff --git a/test/speedprofiles/car.ini b/test/speedprofiles/car.ini index b2ce3c4c0..85107c00f 100644 --- a/test/speedprofiles/car.ini +++ b/test/speedprofiles/car.ini @@ -1,5 +1,5 @@ [car] - accessTag = motorcar + accessTags = motorcar defaultSpeed = 50 obeyOneways = yes useRestrictions = yes diff --git a/test/speedprofiles/foot.ini b/test/speedprofiles/foot.ini index 656c82ad5..135a76305 100644 --- a/test/speedprofiles/foot.ini +++ b/test/speedprofiles/foot.ini @@ -1,5 +1,5 @@ [foot] - accessTag = foot + accessTags = foot defaultSpeed = 5 obeyOneways = no useRestrictions = no