Skip to content

Commit

Permalink
REQUIRE num XML problems
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-stenstrom committed Oct 29, 2024
1 parent a358c01 commit 6aa300f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Test/FMI3/fmi3_import_sim_me_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,9 @@ TEST_CASE("Test fallback/default value(s) passed to fmi3Instantiate") {
fmi3_import_t* fmu = tfmu->fmu;
REQUIRE(fmu != nullptr);

// TODO: Various issues related to parsing of Annotations
REQUIRE(fmi3_testutil_get_num_problems(tfmu) == 5);

REQUIRE((fmi3_import_get_fmu_kind(fmu) & fmi3_fmu_kind_me) == fmi3_fmu_kind_me);

// Set logger:
Expand Down

0 comments on commit 6aa300f

Please sign in to comment.