Ignore:
Timestamp:
12/21/05 11:21:12 (19 years ago)
Author:
boris
Message:
  • moved out code that handles communication with OMC to a separate plugin
File:
1 edited

Legend:

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

    r228 r240  
    4848import org.modelica.mdt.core.IModelicaFile;
    4949import org.modelica.mdt.core.IModelicaProject;
     50import org.modelica.mdt.compiler.CompilerInstantiationException;
     51import org.modelica.mdt.compiler.ConnectException;
     52import org.modelica.mdt.compiler.InvocationError;
     53import org.modelica.mdt.compiler.UnexpectedReplyException;
    5054import org.modelica.mdt.internal.core.InnerClass;
    51 import org.modelica.mdt.internal.omcproxy.ConnectException;
    52 import org.modelica.mdt.internal.omcproxy.InvocationError;
    53 import org.modelica.mdt.internal.omcproxy.UnexpectedReplyException;
    5455import org.modelica.mdt.test.util.Area51Projects;
    5556import org.modelica.mdt.test.util.Utility;
     
    104105     * @throws UnexpectedReplyException
    105106     * @throws ConnectException
     107     * @throws CompilerInstantiationException
    106108     */
    107109    public void testChildren()
    108110    throws ConnectException, UnexpectedReplyException,
    109         InvocationError, CoreException
     111        InvocationError, CoreException, CompilerInstantiationException
    110112    {
    111113        IModelicaComponent a_real = null;
Note: See TracChangeset for help on using the changeset viewer.