Show
Ignore:
Timestamp:
02/11/08 19:08:42 (2 years ago)
Author:
gracinet
Message:

Update to new NXRuntimeTestCase bundle lookup

merge_from_5.1 -r 30050:30051

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • org.nuxeo.ecm.platform/trunk/nuxeo-platform-search-api/src/test/java/org/nuxeo/ecm/core/search/api/querymodel/QueryModelTestCase.java

    r30014 r30055  
    5353    private DocumentModel documentModelWithFixedPart; 
    5454 
     55    private static final String TEST_BUNDLE = "org.nuxeo.ecm.platform.search.api.tests"; 
     56 
    5557    @Override 
    5658    public void setUp() throws Exception { 
    5759        super.setUp(); 
    5860 
    59         deployBundle("nuxeo-platform-search-api"); // ourselves ! 
    60         deployContrib("querymodel-components-test-setup.xml"); 
     61        deployBundle("org.nuxeo.ecm.platform.search.api"); // ourselves ! 
     62        deployContrib(TEST_BUNDLE, "querymodel-components-test-setup.xml"); 
    6163 
    6264        openRepository();