Ignore:
Timestamp:
03/08/13 09:30:01 (11 years ago)
Author:
keeloo
Message:

Starting working on tests for the VloConfig? class.

File:
1 edited

Legend:

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

    r2660 r2663  
    115115        try {
    116116            // Delete the whole Solr db
    117             if (VloConfig.isDeleteAllFirst()) {
     117            if (VloConfig.deleteAllFirst()) {
    118118                LOG.info("Deleting original data...");
    119119                solrServer.deleteByQuery("*:*");
     
    412412                // finished importing
    413413               
    414                 if (VloConfig.isPrintMapping()) {
     414                if (VloConfig.printMapping()) {
    415415                    File file = new File("xsdMapping.txt");
    416416                    FacetMappingFactory.printMapping(file);
Note: See TracChangeset for help on using the changeset viewer.