cuke: test osrm-routed options

This commit is contained in:
Emil Tin
2014-03-19 19:28:24 +01:00
parent af41c9f6e4
commit c1806476af
8 changed files with 91 additions and 6 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ LAUNCH_TIMEOUT = 2
SHUTDOWN_TIMEOUT = 2
OSRM_ROUTED_LOG_FILE = 'osrm-routed.log'
class OSRMLauncher
class OSRMBackgroundLauncher
def initialize input_file, &block
@input_file = input_file
Dir.chdir TEST_FOLDER do