Project

General

Profile

« Previous | Next » 

Revision 59097

Let's use a test date in the future to ensure the test does what is expected

View differences:

modules/dnet-collector-plugins/trunk/src/test/java/eu/dnetlib/data/collector/plugins/doiresolver/DOIResolverIteratorTest.java
46 46

  
47 47
    @Test
48 48
    public void testIncremental(){
49
        it = new DOIResolverIterator(dirpath, resolver, "2020-07-13");
49
        it = new DOIResolverIterator(dirpath, resolver, "2050-07-13");
50 50
        int count = 0;
51 51
        while(it.hasNext()){
52 52
            String res = it.next();

Also available in: Unified diff