Skip to content

Commit

Permalink
add test for ticket:4209
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo authored and OpenModelica-Hudson committed Jan 9, 2017
1 parent c639862 commit 178a284
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions openmodelica/interactive-API/Ticket4209.mos
@@ -0,0 +1,20 @@
// name: Ticket4209.mos
// keywords:
// status: correct
//

loadModel(Modelica); getErrorString();
loadModel(ModelicaServices); getErrorString();
getInheritedClasses(Modelica.Mechanics.MultiBody.Visualizers.Advanced.Shape); getErrorString();
getInheritedClasses(ModelicaServices.Animation.Shape); getErrorString();

// Result:
// true
// ""
// true
// ""
// {ModelicaServices.Animation.Shape,Modelica.Utilities.Internal.PartialModelicaServices.Animation.PartialShape}
// ""
// {Modelica.Utilities.Internal.PartialModelicaServices.Animation.PartialShape}
// ""
// endResult

0 comments on commit 178a284

Please sign in to comment.