From 29344f55ae00cd91b4cd42ab7b6913d1fb979dbf Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Sat, 15 Dec 2012 12:33:41 +0100 Subject: [PATCH] fix osrm bin hashes --- features/support/hash.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/support/hash.rb b/features/support/hash.rb index 2c729fe21..8dc696a63 100644 --- a/features/support/hash.rb +++ b/features/support/hash.rb @@ -20,15 +20,15 @@ def osm_hash end def bin_extract_hash - @bin_hash ||= hash_of_file '../osrm-extract' + @bin_extract_hash ||= hash_of_file '../osrm-extract' end def bin_prepare_hash - @bin_hash ||= hash_of_file '../osrm-prepare' + @bin_prepare_hash ||= hash_of_file '../osrm-prepare' end def bin_routed_hash - @bin_hash ||= hash_of_file '../osrm-routed' + @bin_routed_hash ||= hash_of_file '../osrm-routed' end #combine state of data, speedprofile and binaries into a hash that identifies the exact test scenario