|
Justin, since you made these changes the build is broken if perceptualdiff is enabled:
Summary
GEOT-4258 envelope returned by MemoryDataStore getBounds has no coordinate reference system set (details)
added testcases for GEOT-4258 (details)
Commit a4e2edf1151c619aa41e35b42f286e0838ca5393 by jdeolive
GEOT-4258 envelope returned by MemoryDataStore getBounds has no coordinate reference system set
The file was modified modules/library/main/src/main/java/org/geotools/data/memory/MemoryDataStore.java
Commit 3370eb440ba9c7088ac8847767503285e9fc2ebe by jdeolive
added testcases for GEOT-4258
The file was modified modules/library/main/src/test/java/org/geotools/data/memory/MemoryDataStoreBoundsTest.java
See:
https://cgsrv8.arrc.csiro.au/jenkins/job/geotools-master/org.geotools$gt-render/107/testReport/org.geotools.renderer.lite/LabelObstacleTest/testLineWithGraphicStroke/
Error Message
Images are visibly different, PerceptualDiff output is: /home/jenkins/workspace/geotools-master with spaces/modules/library/render/src/test/resources/org/geotools/renderer/lite/test-data/obstacles/hatch.png: Not a TIFF or MDI file, bad magic number 20617 (0x5089). /home/jenkins/workspace/geotools-master with spaces/modules/library/render/target/actual.png: Not a TIFF or MDI file, bad magic number 20617 (0x5089). Field of view is 89.900002 degrees Threshold pixels is 10 pixels The Gamma is 2.200000 The Display's luminance is 100.000000 candela per meter squared Converting RGB to XYZ Constructing Laplacian Pyramids Performing test FAIL: Images are visibly different 4464 pixels are different
Stacktrace
java.lang.AssertionError: Images are visibly different, PerceptualDiff output is:
/home/jenkins/workspace/geotools-master with spaces/modules/library/render/src/test/resources/org/geotools/renderer/lite/test-data/obstacles/hatch.png: Not a TIFF or MDI file, bad magic number 20617 (0x5089).
/home/jenkins/workspace/geotools-master with spaces/modules/library/render/target/actual.png: Not a TIFF or MDI file, bad magic number 20617 (0x5089).
Field of view is 89.900002 degrees
Threshold pixels is 10 pixels
The Gamma is 2.200000
The Display's luminance is 100.000000 candela per meter squared
Converting RGB to XYZ
Constructing Laplacian Pyramids
Performing test
FAIL: Images are visibly different
4464 pixels are different
at org.geotools.image.test.ImageAssert.assertEquals(ImageAssert.java:119)
at org.geotools.image.test.ImageAssert.assertEquals(ImageAssert.java:58)
at org.geotools.renderer.lite.LabelObstacleTest.testLineWithGraphicStroke(LabelObstacleTest.java:234)
|