Skip to content

Commit

Permalink
Revert r16351; seems hudson did handle the old code... It was just no…
Browse files Browse the repository at this point in the history
…t updated yet...

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16352 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jun 13, 2013
1 parent 65fd6d3 commit 7ab260e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/ComplianceSuite.mos
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ resultFile := rec.resultFile;
messages := rec.messages;
messages := escapeXML(messages);
success := resultFile "+(if OpenModelica.Scripting.getBooleanClassAnnotation(cl,__ModelicaAssociation.TestCase.shouldPass) then"<>"else"==")+" \"\";
writeFile(\""+typeNameString(cl)+".res\",\"<testcase name=\\\""+last(OpenModelica.Scripting.typeNameStrings(cl))+"\\\">\"+(if not success then \"<error type=\\\""+(if OpenModelica.Scripting.getBooleanClassAnnotation(cl,__ModelicaAssociation.TestCase.shouldPass) then "expected failure" else "failed")+"\\\" /><system-out>\"+messages+\"</system-out>\" else \"\")+\"</testcase>\");
writeFile(\""+typeNameString(cl)+".res\",\"<testcase name=\\\""+last(OpenModelica.Scripting.typeNameStrings(cl))+"\\\">\"+(if not success then \"<error type=\\\""+(if OpenModelica.Scripting.getBooleanClassAnnotation(cl,__ModelicaAssociation.TestCase.shouldPass) then "expected failure" else "failed")+"\\\" message=\\\"\"+messages+\"\\\"/>\" else \"\")+\"</testcase>\");
") for cl in allClasses);
getErrorString();
system_parallel(commands);getErrorString();
Expand Down

0 comments on commit 7ab260e

Please sign in to comment.