Changeset 2666


Ignore:
Timestamp:
03/08/13 11:02:39 (11 years ago)
Author:
keeloo
Message:

Completed tests for the VloConfig? class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-2.13-param/vlo_importer/src/test/java/eu/clarin/cmdi/vlo/importer/MetadataImporterTest.java

    r2660 r2666  
    235235    private List<SolrInputDocument> importData(File rootFile) throws MalformedURLException {
    236236        final List<SolrInputDocument> result = new ArrayList<SolrInputDocument>();
    237        
    238         /**
    239          * Problem: at the moment the readTestConfig method is not prepared for
    240          * a message from the importer. May rename readTestConfig to
    241          * readWebAppTestConfig, so that we have space for a
    242          * readImporterTestConfig also.
    243          *
    244          * The best thing would be to have a directory for testing inside the
    245          * package. You can always use an external configuration file for more
    246          * elaborate testing.test directory inside the package.
    247          */
    248 
    249         // testConfig = VloConfig.readTestConfig(fileName);
    250        
     237               
    251238        VloConfig.readPackagedConfig();
    252239       
Note: See TracChangeset for help on using the changeset viewer.