[Geoserver-devel] [jira] Created: (GEOS-3788) Build failure in wcs1_0 GetCoverageTest

Build failure in wcs1_0 GetCoverageTest
---------------------------------------

                 Key: GEOS-3788
                 URL: http://jira.codehaus.org/browse/GEOS-3788
             Project: GeoServer
          Issue Type: Bug
          Components: WCS
    Affects Versions: 2.1.x
            Reporter: Ben Caradoc-Davies
            Assignee: Simone Giannecchini
            Priority: Blocker

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.

{code}
-------------------------------------------------------------------------------
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)
{code}

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira