Skip to content

Commit

Permalink
updated path location so that we don't share the same as utrecht.cc test
Browse files Browse the repository at this point in the history
  • Loading branch information
gknisely committed Mar 11, 2024
1 parent 482bcf2 commit 2b19544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/graphparser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ void Bike(const std::string& config_file) {
filesystem::remove(access_file);
filesystem::remove(from_restriction_file);
filesystem::remove(to_restriction_file);
filesystem::remove(bss_nodes_file);
filesystem::remove(linguistic_node_file);
}

Expand Down Expand Up @@ -677,7 +678,7 @@ void DoConfig() {
file << "{ \
\"mjolnir\": { \
\"id_table_size\": 1000, \
\"tile_dir\": \"test/data/parser_tiles\" \
\"tile_dir\": \"test/data/graph_parser_tiles\" \
} \
}";
} catch (...) {}
Expand Down Expand Up @@ -828,7 +829,6 @@ TEST(GraphParser, TestImportBssNode) {

filesystem::remove(ways_file);
filesystem::remove(way_nodes_file);
filesystem::remove(bss_nodes_file);
filesystem::remove(access_file);
filesystem::remove(from_restriction_file);
filesystem::remove(to_restriction_file);
Expand Down

0 comments on commit 2b19544

Please sign in to comment.