Ignore:
Timestamp:
12/13/05 12:51:23 (19 years ago)
Author:
boris
Message:
  • added regression test on InnerClass? children
  • cosmetic changes
File:
1 edited

Legend:

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

    r187 r212  
    4848import org.eclipse.core.resources.IProject;
    4949import org.modelica.mdt.core.IModelicaClass.Type;
     50import org.modelica.mdt.internal.core.ElementLocation;
    5051import org.modelica.mdt.internal.omcproxy.CompilerException;
    5152import org.modelica.mdt.internal.omcproxy.ConnectionException;
    52 import org.modelica.mdt.internal.omcproxy.ElementLocation;
    5353import org.modelica.mdt.internal.omcproxy.InvocationError;
    5454import org.modelica.mdt.internal.omcproxy.OMCProxy;
     
    9797        throws ConnectionException, UnexpectedReplyException
    9898    {
     99        System.out.println(OMCProxy.getRestrictionType("Modelica"));
     100
    99101        if (OMCProxy.getRestrictionType("Modelica") != Type.PACKAGE)
    100102        {
Note: See TracChangeset for help on using the changeset viewer.