cuke testing of timestamp api

This commit is contained in:
Emil Tin
2012-12-10 16:07:47 +01:00
parent a255f222ef
commit b10b716733
10 changed files with 69 additions and 25 deletions
+1
View File
@@ -68,6 +68,7 @@ def write_server_ini osm_file
ramIndex=#{osm_file}.osrm.ramIndex
fileIndex=#{osm_file}.osrm.fileIndex
namesData=#{osm_file}.osrm.names
timestamp=#{osm_file}.osrm.timestamp
EOF
File.open( 'server.ini', 'w') {|f| f.write( s ) }
end