Added test case for package diagram from directory structure for plain C
This commit is contained in:
@@ -46,8 +46,6 @@ TEST_CASE("t30010", "[test-case][package]")
|
||||
REQUIRE_THAT(puml, IsDependency(_A("app"), _A("lib2")));
|
||||
REQUIRE_THAT(puml, IsDependency(_A("app"), _A("lib3")));
|
||||
REQUIRE_THAT(puml, IsDependency(_A("app"), _A("lib4")));
|
||||
// REQUIRE_THAT(puml, IsDependency(_A("app"), _A("library1")));
|
||||
// REQUIRE_THAT(puml, IsDependency(_A("app"), _A("library1")));
|
||||
|
||||
save_puml(
|
||||
config.output_directory() + "/" + diagram->name + ".puml", puml);
|
||||
|
||||
Reference in New Issue
Block a user