Skip to content

Commit

Permalink
expected output
Browse files Browse the repository at this point in the history
  • Loading branch information
arun3688 authored and adrpo committed Jul 3, 2020
1 parent 1300ab7 commit df32deb
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions testsuite/omsimulator/test03.mos
Expand Up @@ -100,7 +100,7 @@ unloadOMSimulator();
// <ssd:Annotations>
// <ssd:Annotation type="org.openmodelica">
// <oms:SimulationInformation>
// <FixedStepMaster description="oms-ma" stepSize="0.100000" />
// <oms:FixedStepMaster description="oms-ma" stepSize="0.100000" absoluteTolerance="0.000100" relativeTolerance="0.000100" />
// </oms:SimulationInformation>
// </ssd:Annotation>
// </ssd:Annotations>
Expand Down Expand Up @@ -132,7 +132,13 @@ unloadOMSimulator();
// </ssd:Elements>
// <ssd:Connections />
// </ssd:System>
// <ssd:DefaultExperiment startTime="0.000000" stopTime="1.000000" />
// <ssd:DefaultExperiment startTime="0.000000" stopTime="1.000000">
// <ssd:Annotations>
// <ssd:Annotation type="org.openmodelica">
// <oms:SimulationInformation resultFile="test_res.mat" loggingInterval="0.000000" bufferSize="10" signalFilter="" />
// </ssd:Annotation>
// </ssd:Annotations>
// </ssd:DefaultExperiment>
// </ssd:SystemStructureDescription>
// info: Delete source
// status: [correct] ok
Expand All @@ -142,7 +148,7 @@ unloadOMSimulator();
// <ssd:Annotations>
// <ssd:Annotation type="org.openmodelica">
// <oms:SimulationInformation>
// <FixedStepMaster description="oms-ma" stepSize="0.100000" />
// <oms:FixedStepMaster description="oms-ma" stepSize="0.100000" absoluteTolerance="0.000100" relativeTolerance="0.000100" />
// </oms:SimulationInformation>
// </ssd:Annotation>
// </ssd:Annotations>
Expand Down Expand Up @@ -174,7 +180,13 @@ unloadOMSimulator();
// </ssd:Elements>
// <ssd:Connections />
// </ssd:System>
// <ssd:DefaultExperiment startTime="0.000000" stopTime="1.000000" />
// <ssd:DefaultExperiment startTime="0.000000" stopTime="1.000000">
// <ssd:Annotations>
// <ssd:Annotation type="org.openmodelica">
// <oms:SimulationInformation resultFile="test_res.mat" loggingInterval="0.000000" bufferSize="10" signalFilter="" />
// </ssd:Annotation>
// </ssd:Annotations>
// </ssd:DefaultExperiment>
// </ssd:SystemStructureDescription>
// info: Result file: test_res.mat (bufferSize=10)
// endResult

0 comments on commit df32deb

Please sign in to comment.