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/TestProxyParser.java

    r206 r212  
    4747import org.modelica.mdt.internal.omcproxy.CompilerException;
    4848import org.modelica.mdt.internal.omcproxy.ProxyParser;
     49import org.modelica.mdt.internal.omcproxy.UnexpectedReplyException;
    4950
    5051import junit.framework.TestCase;
     
    180181    /**
    181182     * Test if ProxyParser.parseErrorString() works as prescribed.
     183     * @throws UnexpectedReplyException
    182184     */
    183     public void testParseErrorString()
     185    public void testParseErrorString() throws UnexpectedReplyException
    184186    {
    185187        try
Note: See TracChangeset for help on using the changeset viewer.