Skip to content

Commit

Permalink
feat: #1606 Better support for FileFormatVersion
Browse files Browse the repository at this point in the history
Added tests
  • Loading branch information
Framstag committed Sep 29, 2024
1 parent 842de50 commit 58e132f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/src/FileFormatVersion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ static std::string GetTestDatabaseDirectory()
throw osmscout::UninitializedException("Environment variable 'TESTS_TOP_DIR' does not point to directory");
}

return std::filesystem::path(testsTopDir).append("data").append("testregion").native();
return std::filesystem::path(testsTopDir).append("data").append("testregion").string();
}

TEST_CASE("TypeConfig::GetFileFormatVersion(dir) throws exception on missing db") {
Expand Down

0 comments on commit 58e132f

Please sign in to comment.