Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 2.1.x
-
Fix Version/s: None
-
Component/s: WCS
-
Labels:None
Description
Looks like the GeoTools change by simonegiannecchini in r34844 to
modules/library/coverage/src/main/java/org/geotools/coverage/grid/GeneralGridGeometry.java
has changed the behaviour of GeoServer WCS causing a unit test to fail. Looks like only trunk is affected.
------------------------------------------------------------------------------- Test set: org.geoserver.wcs.GetCoverageTest ------------------------------------------------------------------------------- Tests run: 15, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.887 sec <<< FAILURE! testDomainSubsetRxRy(org.geoserver.wcs.GetCoverageTest) Time elapsed: 0.034 sec <<< FAILURE! junit.framework.AssertionFailedError: w expected:<181> but was:<180> at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.failNotEquals(Assert.java:280) at junit.framework.Assert.assertEquals(Assert.java:64) at junit.framework.Assert.assertEquals(Assert.java:198) at org.geoserver.wcs.GetCoverageTest.testDomainSubsetRxRy(GetCoverageTest.java:133)
This was fixed ages ago.