Changeset 30404

Show
Ignore:
Timestamp:
02/21/08 15:31:45 (9 months ago)
Author:
gracinet
Message:

Update to new NXRuntimeTescase lookup scheme
merge_from_5.1 -r 30401:30402

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • org.nuxeo.ecm.core/trunk/nuxeo-core-jcr-connector-test/src/main/java/org/nuxeo/ecm/core/repository/jcr/testing/RepositoryOSGITestCase.java

    r30030 r30404  
    5656        super.setUp(); 
    5757        // the core bundles 
    58         deployBundle("nuxeo-core-schema"); 
    59         deployBundle("nuxeo-core-api"); 
    60         deployBundle("nuxeo-core"); 
    61         // deploy life cycle manager 
    62         deployBundle("nuxeo-core-jcr-connector"); 
     58        deployBundle("org.nuxeo.ecm.core.schema"); 
     59        deployBundle("org.nuxeo.ecm.core.api"); 
     60        deployBundle("org.nuxeo.ecm.core"); 
     61        // backend 
     62        deployBundle("org.nuxeo.ecm.core.jcr"); 
    6363//      assertNotNull(Framework.getService(CoreEventListenerService.class)); 
    6464    } 
     
    7575            // the repository should be deployed the last 
    7676            // after any other bundle that is doctypes 
    77             deployBundle("nuxeo-core-jcr-connector-test"); 
     77            // this is nuxeo-core-jcr-connector-test 
     78            deployBundle("org.nuxeo.ecm.core.jcr-connector"); 
    7879            repository = NXCore.getRepositoryService().getRepositoryManager().getRepository( 
    7980                    REPOSITORY_NAME);