Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Use new flag -d=oldFrontEndUnitCheck #764

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions openmodelica/bootstrapping/LoadCompilerSources.mos
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ if true then /* Suppress output */
prefixPath + "Util/Settings.mo",
prefixPath + "Util/SimulationResults.mo",
prefixPath + "Util/Socket.mo",
prefixPath + "Util/StackOverflow.mo",
prefixPath + "Util/StringUtil.mo",
prefixPath + "Util/System.mo",
prefixPath + "Util/TaskGraphResults.mo",
Expand Down
2 changes: 1 addition & 1 deletion simulation/modelica/NFunitcheck/UnitCheck1.mos
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ package unitCheckTests
end unitCheckTests;
"); getErrorString();

setCommandLineOptions("+d=frontEndUnitCheck +d=dumpUnits");
setCommandLineOptions("-d=oldFrontEndUnitCheck,dumpUnits");
getErrorString();
instantiateModel(unitCheckTests.UnitCheck1);
getErrorString();
Expand Down
2 changes: 1 addition & 1 deletion simulation/modelica/NFunitcheck/UnitCheck10.mos
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package unitCheckTests
end unitCheckTests;
"); getErrorString();

setCommandLineOptions("+d=frontEndUnitCheck +d=dumpUnits");
setCommandLineOptions("-d=oldFrontEndUnitCheck,dumpUnits");
getErrorString();
instantiateModel(unitCheckTests.UnitCheck10); getErrorString();

Expand Down
2 changes: 1 addition & 1 deletion simulation/modelica/NFunitcheck/UnitCheck11.mos
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package unitCheckTests
end unitCheckTests;
"); getErrorString();

setCommandLineOptions("+d=frontEndUnitCheck +d=dumpUnits");
setCommandLineOptions("-d=oldFrontEndUnitCheck,dumpUnits");
getErrorString();
instantiateModel(unitCheckTests.UnitCheck11); getErrorString();

Expand Down
2 changes: 1 addition & 1 deletion simulation/modelica/NFunitcheck/UnitCheck12.mos
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package unitCheckTests
end unitCheckTests;
"); getErrorString();

setCommandLineOptions("+d=frontEndUnitCheck +d=dumpUnits");
setCommandLineOptions("-d=oldFrontEndUnitCheck,dumpUnits");
getErrorString();
instantiateModel(unitCheckTests.UnitCheck12); getErrorString();

Expand Down
2 changes: 1 addition & 1 deletion simulation/modelica/NFunitcheck/UnitCheck13.mos
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package unitCheckTests
end unitCheckTests;
"); getErrorString();

setCommandLineOptions("+d=frontEndUnitCheck +d=dumpUnits"); getErrorString();
setCommandLineOptions("-d=oldFrontEndUnitCheck,dumpUnits"); getErrorString();
instantiateModel(unitCheckTests.UnitCheck13); getErrorString();


Expand Down
2 changes: 1 addition & 1 deletion simulation/modelica/NFunitcheck/UnitCheck14.mos
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ package unitCheckTests
end unitCheckTests;
"); getErrorString();

setCommandLineOptions("+d=frontEndUnitCheck +d=dumpUnits"); getErrorString();
setCommandLineOptions("-d=oldFrontEndUnitCheck,dumpUnits"); getErrorString();
instantiateModel(unitCheckTests.UnitCheck14); getErrorString();


Expand Down
2 changes: 1 addition & 1 deletion simulation/modelica/NFunitcheck/UnitCheck15.mos
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ package unitCheckTests
end unitCheckTests;
"); getErrorString();

setCommandLineOptions("+d=frontEndUnitCheck +d=dumpUnits"); getErrorString();
setCommandLineOptions("-d=oldFrontEndUnitCheck,dumpUnits"); getErrorString();
instantiateModel(unitCheckTests.UnitCheck15); getErrorString();


Expand Down
2 changes: 1 addition & 1 deletion simulation/modelica/NFunitcheck/UnitCheck16.mos
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ equation
end test;
"); getErrorString();

setCommandLineOptions("+d=frontEndUnitCheck +d=dumpUnits");
setCommandLineOptions("-d=oldFrontEndUnitCheck,dumpUnits");
getErrorString();
instantiateModel(test);
getErrorString();
Expand Down
2 changes: 1 addition & 1 deletion simulation/modelica/NFunitcheck/UnitCheck17.mos
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package unitCheckTests
end unitCheckTests;
"); getErrorString();

setCommandLineOptions("+d=frontEndUnitCheck +d=dumpUnits");
setCommandLineOptions("-d=oldFrontEndUnitCheck,dumpUnits");
getErrorString();
instantiateModel(unitCheckTests.UnitCheck17);
getErrorString();
Expand Down
2 changes: 1 addition & 1 deletion simulation/modelica/NFunitcheck/UnitCheck2.mos
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package unitCheckTests
end unitCheckTests;
"); getErrorString();

setCommandLineOptions("+d=frontEndUnitCheck +d=dumpUnits");
setCommandLineOptions("-d=oldFrontEndUnitCheck,dumpUnits");
getErrorString();
instantiateModel(unitCheckTests.UnitCheck2);
getErrorString();
Expand Down
2 changes: 1 addition & 1 deletion simulation/modelica/NFunitcheck/UnitCheck3.mos
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package unitCheckTests
end unitCheckTests;
"); getErrorString();

setCommandLineOptions("+d=frontEndUnitCheck +d=dumpUnits");
setCommandLineOptions("-d=oldFrontEndUnitCheck,dumpUnits");
getErrorString();
instantiateModel(unitCheckTests.UnitCheck3); getErrorString();

Expand Down
2 changes: 1 addition & 1 deletion simulation/modelica/NFunitcheck/UnitCheck4.mos
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package unitCheckTests
end unitCheckTests;
"); getErrorString();

setCommandLineOptions("+d=frontEndUnitCheck +d=dumpUnits");
setCommandLineOptions("-d=oldFrontEndUnitCheck,dumpUnits");
getErrorString();
instantiateModel(unitCheckTests.UnitCheck4); getErrorString();

Expand Down
2 changes: 1 addition & 1 deletion simulation/modelica/NFunitcheck/UnitCheck5.mos
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package unitCheckTests
end unitCheckTests;
"); getErrorString();

setCommandLineOptions("+d=frontEndUnitCheck +d=dumpUnits");
setCommandLineOptions("-d=oldFrontEndUnitCheck,dumpUnits");
getErrorString();
instantiateModel(unitCheckTests.UnitCheck5); getErrorString();

Expand Down
2 changes: 1 addition & 1 deletion simulation/modelica/NFunitcheck/UnitCheck6.mos
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package unitCheckTests
end unitCheckTests;
"); getErrorString();

setCommandLineOptions("+d=frontEndUnitCheck +d=dumpUnits");
setCommandLineOptions("-d=oldFrontEndUnitCheck,dumpUnits");
getErrorString();
instantiateModel(unitCheckTests.UnitCheck6); getErrorString();

Expand Down
2 changes: 1 addition & 1 deletion simulation/modelica/NFunitcheck/UnitCheck7.mos
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package unitCheckTests
end unitCheckTests;
"); getErrorString();

setCommandLineOptions("+d=frontEndUnitCheck +d=dumpUnits");
setCommandLineOptions("-d=oldFrontEndUnitCheck,dumpUnits");
getErrorString();
instantiateModel(unitCheckTests.UnitCheck7); getErrorString();

Expand Down
2 changes: 1 addition & 1 deletion simulation/modelica/NFunitcheck/UnitCheck8.mos
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package unitCheckTests
end unitCheckTests;
"); getErrorString();

setCommandLineOptions("+d=frontEndUnitCheck +d=dumpUnits");
setCommandLineOptions("-d=oldFrontEndUnitCheck,dumpUnits");
getErrorString();
instantiateModel(unitCheckTests.UnitCheck8); getErrorString();

Expand Down
2 changes: 1 addition & 1 deletion simulation/modelica/NFunitcheck/UnitCheck9.mos
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package unitCheckTests
end unitCheckTests;
"); getErrorString();

setCommandLineOptions("+d=frontEndUnitCheck +d=dumpUnits");
setCommandLineOptions("-d=oldFrontEndUnitCheck,dumpUnits");
getErrorString();
instantiateModel(unitCheckTests.UnitCheck9); getErrorString();

Expand Down
2 changes: 1 addition & 1 deletion simulation/modelica/NFunitcheck/Unitcheck18.mos
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ package unitCheckTests
end unitCheckTests;
"); getErrorString();

setCommandLineOptions("+d=frontEndUnitCheck +d=dumpUnits");
setCommandLineOptions("-d=oldFrontEndUnitCheck,dumpUnits");
getErrorString();
instantiateModel(unitCheckTests.UnitCheck18);
getErrorString();
Expand Down
2 changes: 1 addition & 1 deletion simulation/modelica/NFunitcheck/ticket3631.mos
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package unitCheckTests
end unitCheckTests;
"); getErrorString();

setCommandLineOptions("+d=frontEndUnitCheck +d=dumpUnits");
setCommandLineOptions("-d=oldFrontEndUnitCheck,dumpUnits");
getErrorString();
instantiateModel(unitCheckTests.ticket3631); getErrorString();

Expand Down