Changeset 30404
- Timestamp:
- 02/21/08 15:31:45 (9 months ago)
- 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 56 56 super.setUp(); 57 57 // the core bundles 58 deployBundle(" nuxeo-core-schema");59 deployBundle(" nuxeo-core-api");60 deployBundle(" nuxeo-core");61 // deploy life cycle manager62 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"); 63 63 // assertNotNull(Framework.getService(CoreEventListenerService.class)); 64 64 } … … 75 75 // the repository should be deployed the last 76 76 // 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"); 78 79 repository = NXCore.getRepositoryService().getRepositoryManager().getRepository( 79 80 REPOSITORY_NAME);
