Project

General

Profile

« Previous | Next » 

Revision 19b9c7a3

Added by Andreas Müller about 8 years ago

Latest changes to CubaDistributionComposer

View differences:

cdmlib-ext/src/test/java/eu/etaxonomy/cdm/ext/geo/FloraCubaCondensedDistributionComposerTest.java
27 27
import eu.etaxonomy.cdm.model.location.NamedArea;
28 28

  
29 29
/**
30
 * Tests for {@link FloraCubaCondensedDistributionComposer}
30 31
 * @author a.mueller
31 32
 * @date 07.04.2016
32 33
 *
......
77 78

  
78 79
    }
79 80

  
81
// ********************* TESTS ******************************/
82

  
80 83
    /**
81 84
     * Test method for {@link eu.etaxonomy.cdm.ext.geo.FloraCubaCondensedDistributionComposer#createCondensedDistribution(java.util.Collection, java.util.List)}.
82 85
     */
......
95 98
        CondensedDistribution condensedDistribution = composer.createCondensedDistribution(filteredDistributions, null);
96 99
        String condensedString = condensedDistribution.toString();
97 100
        System.out.println(condensedString);
101

  
102
        //TODO work in progress
98 103
    }
99 104

  
100 105

  

Also available in: Unified diff