Hi,
I have this funny test failure in the wfs bindings module 
(extension/xsd/wfs):

-------------------------------------------------------------------------------
Test set: org.geotools.wfs.WFSParsingTest
-------------------------------------------------------------------------------
Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.141 
sec <<< FAILURE!
testParseGetFeature(org.geotools.wfs.WFSParsingTest)  Time elapsed: 
0.953 sec  <<< FAILURE!
junit.framework.AssertionFailedError: expected:<155> but was:<155>
         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:71)
         at 
org.geotools.wfs.WFSParsingTest.testParseGetFeature(WFSParsingTest.java:211)

where the assert is:

assertEquals(BigInteger.valueOf(155), f.getAttribute("intProperty"));

A type mismatch I guess? The build server does not seem to see it thought...

Cheers
Andrea

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to