Updated test cases documentation
This commit is contained in:
@@ -22,7 +22,7 @@ TEST_CASE("t90000", "[test-case][config]")
|
||||
|
||||
auto diagram = config.diagrams["t90000_class"];
|
||||
|
||||
auto model = generate_class_diagram(db, diagram);
|
||||
auto model = generate_class_diagram(*db, diagram);
|
||||
|
||||
REQUIRE(model->name() == "t90000_class");
|
||||
|
||||
|
||||
@@ -265,7 +265,7 @@ using namespace clanguml::test::matchers;
|
||||
////
|
||||
//// Other tests (e.g. configuration file)
|
||||
////
|
||||
//#include "t90000/test_case.h"
|
||||
#include "t90000/test_case.h"
|
||||
|
||||
//
|
||||
// Main test function
|
||||
|
||||
Reference in New Issue
Block a user