Skip to content

Commit

Permalink
Re-enable FMI 2.0 crane test
Browse files Browse the repository at this point in the history
It had been disabled in October 2016 due to errors on Hudson:
8fc919d
  • Loading branch information
rfranke authored and OpenModelica-Hudson committed Oct 2, 2017
1 parent 21525ab commit 699e373
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -24,7 +24,7 @@ val(prismatic_v, 1);
// ""
// true
// ""
// "SimCode: The model cranes.crane has been translated to FMU"
// "cranes.crane.fmu"
// ""
// "cranes_crane_me_FMU.mo"
// ""
Expand All @@ -36,6 +36,6 @@ val(prismatic_v, 1);
// messages = ""
// end SimulationResult;
// ""
// 0.949354567086967
// 0.3948242611172861
// 0.9493545671702082
// 0.394824265705273
// endResult
2 changes: 1 addition & 1 deletion openmodelica/cppruntime/fmu/modelExchange/2.0/Makefile
Expand Up @@ -3,13 +3,13 @@ TEST = ../../../../../rtest -v

TESTFILES = \
DIC_FMU2_CPP.mos \
Crane_FMU2_CPP.mos \
testFMU2MatrixIO.mos \
testModelDescription.mos \
testClockDescription.mos \
testDrumBoiler.mos

FAILINGTESTFILES = \
Crane_FMU2_CPP.mos \
CoupledClutches_FMU2_CPP.mos

DEPENDENCIES = \
Expand Down

0 comments on commit 699e373

Please sign in to comment.