Skip to content

Commit

Permalink
add dependencies="" FMI3 Test (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
halentin authored Nov 29, 2024
1 parent 7339fea commit db41378
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions test/FMI3/model_description.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ info(myFMU) # check if there is an error thrown

unloadFMU(myFMU)

# Sadly there are no FMI3-Reference-FMUs with dependencies=""
# myFMU = loadFMU("Dahlquist", "ModelicaReferenceFMUs", "0.0.30", "3.0")
# @test !isnothing(myFMU.modelDescription.modelStructure.outputs[1].dependencies)
myFMU = loadFMU("Dahlquist", "ModelicaReferenceFMUs", "0.0.36", "3.0")
@test !isnothing(myFMU.modelDescription.modelStructure.outputs[1].dependencies)

# info(myFMU) # check if there is an error thrown
info(myFMU) # check if there is an error thrown

# unloadFMU(myFMU)
unloadFMU(myFMU)

0 comments on commit db41378

Please sign in to comment.