Ignore:
Timestamp:
11/11/05 08:57:38 (19 years ago)
Author:
boris
Message:
  • added problems view to modelica nature
File:
1 edited

Legend:

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

    r114 r140  
    4545import java.util.Vector;
    4646
     47import org.eclipse.ui.IPageLayout;
    4748import org.eclipse.ui.IWorkbench;
    4849import org.eclipse.ui.IWorkbenchPage;
     
    8485                "org.modelica.mdt.ProjectsView",
    8586                /* generic views */
     87                IPageLayout.ID_PROBLEM_VIEW,
    8688                IConsoleConstants.ID_CONSOLE_VIEW));
    8789    }
     
    129131        assertNotNull(page.findView("org.modelica.mdt.ProjectsView"));
    130132        assertNotNull(page.findView(IConsoleConstants.ID_CONSOLE_VIEW));
     133        assertNotNull(page.findView(IPageLayout.ID_PROBLEM_VIEW));
    131134
    132135    }
Note: See TracChangeset for help on using the changeset viewer.