Skip to content

Commit

Permalink
adapt test to changed order of variable attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
rfranke committed Oct 16, 2015
1 parent d8a2753 commit 29d30bf
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -66,9 +66,9 @@ readFile("modelDescription.tmp.xml");
// <ScalarVariable
// name=\"previous(xd)\"
// valueReference=\"0\"
// clockIndex=\"1\"
// variability=\"discrete\"
// causality=\"local\"
// clockIndex=\"1\"
// initial=\"exact\">
// <Real start=\"0.0\"/>
// </ScalarVariable>
Expand All @@ -85,20 +85,20 @@ readFile("modelDescription.tmp.xml");
// <ScalarVariable
// name=\"xd\"
// valueReference=\"2\"
// clockIndex=\"1\"
// previous=\"1\"
// variability=\"discrete\"
// causality=\"local\"
// clockIndex=\"1\"
// previous=\"1\"
// initial=\"exact\">
// <Real start=\"0.0\"/>
// </ScalarVariable>
// <!-- Index of variable = \"4\" -->
// <ScalarVariable
// name=\"y\"
// valueReference=\"3\"
// clockIndex=\"1\"
// variability=\"discrete\"
// causality=\"output\"
// clockIndex=\"1\"
// initial=\"calculated\">
// <Real/>
// </ScalarVariable>
Expand Down

0 comments on commit 29d30bf

Please sign in to comment.