From c9afd9a281d41263b0daa3618567a1d595e70be9 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Thu, 31 Jul 2014 16:41:38 +0200 Subject: [PATCH] make dummy date in generated test files valid --- features/support/env.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/support/env.rb b/features/support/env.rb index a6a9ca00e..369705ab0 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -9,7 +9,7 @@ OSM_GENERATOR = 'osrm-test' OSM_UID = 1 TEST_FOLDER = File.join ROOT_FOLDER, 'test' DATA_FOLDER = 'cache' -OSM_TIMESTAMP = '2000-00-00T00:00:00Z' +OSM_TIMESTAMP = '2000-01-01T00:00:00Z' DEFAULT_SPEEDPROFILE = 'bicycle' WAY_SPACING = 100 DEFAULT_GRID_SIZE = 100 #meters @@ -54,4 +54,4 @@ end AfterConfiguration do |config| clear_log_files -end \ No newline at end of file +end