Changeset 6567


Ignore:
Timestamp:
09/23/15 07:20:41 (9 years ago)
Author:
davor.ostojic@oeaw.ac.at
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.3-oeaw/vlo-importer/src/test/java/eu/clarin/cmdi/vlo/importer/ImporterTestcase.java

    r6566 r6567  
    2020public abstract class ImporterTestcase {
    2121
    22         private final String VOC_MAPS_PATH = "/maps";
     22        private final String VOC_MAPS_PATH = "/maps/uniform_maps";
    2323    private final VloConfigFactory configFactory = new DefaultVloConfigFactory();
    2424    protected VloConfig config;
     
    5858
    5959        MetadataImporter.languageCodeUtils = new LanguageCodeUtils(config);
     60       
     61        System.out.println("CLASSPATH: " + System.getProperty("java.class.path"));
    6062     
    6163    }
Note: See TracChangeset for help on using the changeset viewer.