Ignore:
Timestamp:
12/08/05 12:02:17 (19 years ago)
Author:
remar
Message:
  • updated a test because version 2.2 of the Modelica Library didn't have a connector that the old library had
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.mdt.test/src/org/modelica/mdt/test/TestOMCProxy.java

    r180 r187  
    22 * This file is part of Modelica Development Tooling.
    33 *
    4  * Copyright (c) 2005, Linköpings universitet, Department of
     4 * Copyright (c) 2005, Linkpings universitet, Department of
    55 * Computer and Information Science, PELAB
    66 *
     
    2323 *   distribution.
    2424 *
    25  * * Neither the name of Linköpings universitet nor the names of its
     25 * * Neither the name of Linkpings universitet nor the names of its
    2626 *   contributors may be used to endorse or promote products derived from
    2727 *   this software without specific prior written permission.
     
    117117            fail("Modelica.Icons.Record class' restriction type is wrong");
    118118        }
    119         if (OMCProxy.getRestrictionType("Modelica.Blocks.Interfaces.BooleanPort")
     119        if (OMCProxy.getRestrictionType("Modelica.Electrical.Analog.Interfaces.Pin")
    120120                != Type.CONNECTOR)
    121121        {
Note: See TracChangeset for help on using the changeset viewer.