Skip to content

Commit

Permalink
use .osrm.edges file in Rake task and cucumber tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emiltin committed May 5, 2012
1 parent 71b90ab commit f5da6a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -64,6 +64,7 @@ def write_server_ini osm_file
hsgrData=#{DATA_FOLDER}/#{osm_file}.osrm.hsgr
nodesData=#{DATA_FOLDER}/#{osm_file}.osrm.nodes
edgesData=#{DATA_FOLDER}/#{osm_file}.osrm.edges
ramIndex=#{DATA_FOLDER}/#{osm_file}.osrm.ramIndex
fileIndex=#{DATA_FOLDER}/#{osm_file}.osrm.fileIndex
namesData=#{DATA_FOLDER}/#{osm_file}.osrm.names
Expand Down
1 change: 1 addition & 0 deletions features/step_definitions/processing.rb
Expand Up @@ -58,6 +58,7 @@ def node(node)
File.exists?("#{area}.osrm.restrictions").should == true
File.exists?("#{area}.osrm.hsgr").should == true
File.exists?("#{area}.osrm.nodes").should == true
File.exists?("#{area}.osrm.edges").should == true
File.exists?("#{area}.osrm.ramIndex").should == true
File.exists?("#{area}.osrm.fileIndex").should == true
end
Expand Down
1 change: 1 addition & 0 deletions features/support/config.rb
Expand Up @@ -32,6 +32,7 @@ def write_server_ini
hsgrData=#{@osm_file}.osrm.hsgr
nodesData=#{@osm_file}.osrm.nodes
edgesData=#{@osm_file}.osrm.edges
ramIndex=#{@osm_file}.osrm.ramIndex
fileIndex=#{@osm_file}.osrm.fileIndex
namesData=#{@osm_file}.osrm.names
Expand Down

0 comments on commit f5da6a0

Please sign in to comment.