Changeset 30402

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

NXP-2039: switched to new lookup pattern

Files:

Legend:

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

    r30024 r30402  
    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);