Changeset 6371


Ignore:
Timestamp:
07/08/15 15:07:35 (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

    r6368 r6371  
    1818    private final VloConfigFactory configFactory = new DefaultVloConfigFactory();
    1919    protected VloConfig config;
     20   
     21    private static int cnt = 0;
    2022
    2123    @Rule
     
    2325
    2426    protected File createCmdiFile(String name, String content) throws IOException {
    25         File file = tempFolder.newFile(name + System.currentTimeMillis() + ".cmdi");
     27        File file = tempFolder.newFile(name + cnt++ + ".cmdi");
    2628        FileUtils.writeStringToFile(file, content, "UTF-8");
    2729        return file;
Note: See TracChangeset for help on using the changeset viewer.