implement RankClass, remove iso639_2, add max values to distance attributes, change...
[cdmlib.git] / cdmlib-services / src / test / java / eu / etaxonomy / cdm / api / facade / DerivedUnitFacadeFieldObservationCacheStrategyTest.java
index dfcc81ebbe72a94b141910eb42cf1e8b774308e7..c8df1a8f163c4cfcec344047e8b2fb57b4001e3e 100644 (file)
@@ -55,8 +55,8 @@ public class DerivedUnitFacadeFieldObservationCacheStrategyTest extends CdmInteg
        Integer absoluteElevationError = 2;\r
        Team collector = Team.NewInstance();\r
        String collectingMethod = "Collection Method";\r
-       Integer distanceToGround = 22;\r
-       Integer distanceToSurface = 50;\r
+       Double distanceToGround = 22.0;\r
+       Double distanceToSurface = 50.0;\r
        ReferenceSystem referenceSystem = ReferenceSystem.WGS84();\r
        Point exactLocation = Point.NewInstance(12.3, 10.567, referenceSystem, 22);\r
        String gatheringEventDescription = "A nice gathering description";\r