[Geoserver-devel] [continuum] BUILD FAILURE: GeoServer JDK5 - GeoServer - Build Def: default maven2 buildDefinition

Online report : http://traffic.openplans.org:8080/continuum/buildResult.action?buildId=421&projectId=25

Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Fri 14 Dec 2007 09:11:47 -0500
  Finished at: Fri 14 Dec 2007 09:19:23 -0500
  Total time: 7m 35s
  Build Trigger: Schedule
  Build Number: 39
  Exit code: 1
  Building machine hostname: traffic.openplans.org
  Operating system : Linux(unknown)
  Java Home version : java version "1.5.0_12"
          Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04)
          Java HotSpot(TM) Client VM (build 1.5.0_12-b04, mixed mode, sharing)
          Builder version :
          Maven version: 2.0.5
    ****************************************************************************
SCM Changes:
****************************************************************************
Changed: aaime @ Fri 14 Dec 2007 08:43:20 -0500
Comment: Test for GEOS-1612 Reprojected GetFeature on a feature type with null geometries fails badly
Files changed:
  /trunk/geoserver/wfs/src/test/java/org/geoserver/wfs/NullGeometries.properties ( 8016 )
  /trunk/geoserver/wfs/src/test/java/org/geoserver/wfs/ReprojectionTest.java ( 8016 )

****************************************************************************
Dependencies Changes:
****************************************************************************
No dependencies changed

****************************************************************************
Build Defintion:
****************************************************************************
POM filename: pom.xml
Goals: clean install Arguments: --batch-mode -U -Djava.awt.headless=true -Dtest.maxHeapSize=128m
Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: DEFAULT_SCHEDULE
Profile Name: jdk5
Description: default maven2 buildDefinition

****************************************************************************
Test Summary:
****************************************************************************
Tests: 205
Failures: 1
Total time: 377.266

****************************************************************************
Test Failures:
****************************************************************************

ReprojectionTest
    testReprojectNullGeometries :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: expected:&1& but was:&0&
  at junit.framework.Assert.fail(Assert.java:47)
  at junit.framework.Assert.failNotEquals(Assert.java:282)
  at junit.framework.Assert.assertEquals(Assert.java:64)
  at junit.framework.Assert.assertEquals(Assert.java:201)
  at junit.framework.Assert.assertEquals(Assert.java:207)
  at org.geoserver.wfs.ReprojectionTest.testReprojectNullGeometries(ReprojectionTest.java:88)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:585)
  at junit.framework.TestCase.runTest(TestCase.java:154)
  at junit.framework.TestCase.runBare(TestCase.java:127)
  at junit.framework.TestResult$1.protect(TestResult.java:106)
  at junit.framework.TestResult.runProtected(TestResult.java:124)
  at junit.framework.TestResult.run(TestResult.java:109)
  at junit.framework.TestCase.run(TestCase.java:118)
  at junit.framework.TestSuite.runTest(TestSuite.java:208)
  at junit.framework.TestSuite.run(TestSuite.java:203)
  at sun.reflect.GeneratedMethodAccessor101.invoke(Unknown Source)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:585)
  at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
  at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
  at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
  at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:585)
  at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
  at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)