Ignore:
Timestamp:
11/07/05 14:48:41 (19 years ago)
Author:
boris
Message:
  • cosmetic change on generated class files
  • more tests for New Modelica Class Wizard
File:
1 edited

Legend:

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

    r121 r123  
    55import org.eclipse.ui.IWorkbenchWindow;
    66import org.eclipse.ui.IWorkbenchWindowActionDelegate;
     7import org.modelica.mdt.test.TestNewClassWizard;
    78
    89/**
     
    3435    public void run(IAction action)
    3536    {
    36         Area51Project.createProblemMarker();
     37        TestNewClassWizard muu = new TestNewClassWizard();
     38        try {
     39            muu.setUp();
     40            muu.testCreateFunctionWithExternalBody();
     41        } catch (Exception e) {
     42            // TODO Auto-generated catch block
     43            e.printStackTrace();
     44        }
    3745    }
    3846
Note: See TracChangeset for help on using the changeset viewer.