Ignore:
Timestamp:
02/14/14 09:37:04 (10 years ago)
Author:
twagoo
Message:

Comments and some refactoring to reduce code duplication on VLO config factories

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.0/vlo-importer/src/test/java/eu/clarin/cmdi/vlo/importer/CMDIParserVTDXMLTest.java

    r4507 r4517  
    1212   
    1313    @Before
    14     public void setUp() {
    15 
    16         // read the configuration from the packaged configuration file
     14    public void setUp() throws Exception {
     15        // read the configuration from the default configuration file
    1716        new DefaultVloConfigFactory().newConfig();
    18 
    19         // optionally, modify the configuration here
    20 
    21         // apparantly, this does not make the configuration available
    2217    }
    2318
Note: See TracChangeset for help on using the changeset viewer.