Skip to content

Commit

Permalink
fix tests after update of MSL 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo authored and OpenModelica-Hudson committed Mar 20, 2019
1 parent 7dd33ff commit cd88809
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Expand Up @@ -42,8 +42,6 @@ runScript(modelTesting);getErrorString();
// packInt1.pkgOut[1].pkg = packInt1.pkgIn.pkg
// addInteger.pkgOut[1].pkg = addInteger.pkgIn.pkg
// packInt.pkgOut[1].pkg = packInt.pkgIn.pkg
// Warning: Assuming fixed start value for the following 1 variables:
// iExp.y:DISCRETE(min = 0 fixed = false ) "Value of Integer output" type: Integer
//
// "true
// "
Expand Down
5 changes: 3 additions & 2 deletions simulation/modelica/external_functions/MDD_test.mos
Expand Up @@ -6,7 +6,7 @@
// Checks that external object aliases are recognized properly. Otherwise the system has too many equations.
//

loadModel(Modelica,{"3.2.2"});getErrorString();
loadModel(Modelica, {"3.2.2"});getErrorString();
loadModel(Modelica_Synchronous); getErrorString();
loadModel(Modelica_DeviceDrivers); getErrorString();
loadFile("MDD_test.mo"); getErrorString();
Expand All @@ -17,7 +17,8 @@ buildModel(MDD_test); getErrorString();
// true
// ""
// true
// ""
// "Warning: Requested package Modelica of version 3.2.3, but this package was already loaded with version 3.2.2. You might experience problems if these versions are incompatible.
// "
// true
// ""
// {"MDD_test","MDD_test_init.xml"}
Expand Down

0 comments on commit cd88809

Please sign in to comment.