Ignore:
Timestamp:
12/15/05 08:17:48 (19 years ago)
Author:
boris
Message:
  • added error handling code for OMC errors
  • fixed a little glitch in the regression tests
File:
1 edited

Legend:

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

    r215 r220  
    6565    private IFile nested_models_mo;
    6666   
    67     protected void setUp()
     67    protected void setUp() throws ConnectionException
    6868    {
    6969        Area51Projects.createProjects();
     
    8888                "Constants",
    8989                "SIunits"));
     90       
     91        /* we need to load modelica package */
     92        OMCProxy.loadSystemLibrary();
    9093    }
    9194   
Note: See TracChangeset for help on using the changeset viewer.