Fixed handling of relative paths in configuration files (#69)
This commit is contained in:
@@ -51,6 +51,5 @@ TEST_CASE("t20018", "[test-case][sequence]")
|
||||
REQUIRE_THAT(puml,
|
||||
HasCall(_A("Factorial<1>"), _A("Factorial<0>"), "__print(int)__"));
|
||||
|
||||
save_puml(
|
||||
"./" + config.output_directory() + "/" + diagram->name + ".puml", puml);
|
||||
save_puml(config.output_directory() + "/" + diagram->name + ".puml", puml);
|
||||
}
|
||||
Reference in New Issue
Block a user