Ignore:
Timestamp:
03/17/10 16:19:20 (14 years ago)
Author:
patdui
Message:
  • added editing of components.
  • fixed bug in sharing of contextmenus in browser.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/trunk/ComponentBrowserGui/src/main/flex/TestRunner.mxml

    r224 r242  
    77        <mx:Script>
    88                <![CDATA[
     9                    import clarin.cmdi.componentregistry.editor.model.CMDSpecTest;
    910                        import clarin.cmdi.componentregistry.editor.model.CMDAttributeTest;
    1011                        import clarin.cmdi.componentregistry.editor.model.CMDComponentElementTest;
     
    2223                                var testSuite:TestSuite = new TestSuite();
    2324
     25                                testSuite.addTestSuite(CMDSpecTest);
    2426                                testSuite.addTestSuite(CMDComponentTest);
    2527                                testSuite.addTestSuite(CMDComponentElementTest);
Note: See TracChangeset for help on using the changeset viewer.