The build on 2.4.x is broken, allelujah :)
Here is the test failure I'm seeing (seems to be somewhat
related to Saul's recent activity on the wms module):

[INFO] 
------------------------------------------------------------------------
[INFO] Building Web Map Server client
[INFO]    task-segment: [clean, install]
[INFO] 
------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory 
C:\progetti\geotools\2.4.x\modules\plugin\wms\target
[INFO] Deleting directory 
C:\progetti\geotools\2.4.x\modules\plugin\wms\target\classes
[INFO] Deleting directory 
C:\progetti\geotools\2.4.x\modules\plugin\wms\target\test-classes
[INFO] Deleting directory 
C:\progetti\geotools\2.4.x\modules\plugin\wms\target\site
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 97 source files to 
C:\progetti\geotools\2.4.x\modules\plugin\wms\target\classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 15 source files to 
C:\progetti\geotools\2.4.x\modules\plugin\wms\target\test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: 
C:\progetti\geotools\2.4.x\modules\plugin\wms\target\surefire-reports
-------------------------------------------------------
  T E S T S
-------------------------------------------------------
Running org.geotools.data.wms.test.ServersTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.geotools.data.wms.test.GetCapabilitiesRequestTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.geotools.data.wms.test.StreamingParserWMSV1_1_1OnlineTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 21.032 
sec <<< FAILURE!
Running org.geotools.data.wms.WMSUtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.765 sec
Running org.geotools.data.wms.test.AbstractGetMapRequestTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.geotools.data.ows.test.LayerInheritanceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.437 sec

and:

-------------------------------------------------------------------------------
Test set: org.geotools.data.wms.test.StreamingParserWMSV1_1_1OnlineTest
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 21.032 
sec <<< FAILURE!
testStreamingWMSV1_1_1Configuration(org.geotools.data.wms.test.StreamingParserWMSV1_1_1OnlineTest)
 
  Time elapsed: 21.016 sec  <<< ERROR!
java.net.ConnectException: Connection timed out: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
        at java.net.Socket.connect(Socket.java:461)
        at java.net.Socket.connect(Socket.java:411)
        at sun.net.NetworkClient.doConnect(NetworkClient.java:139)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:402)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:618)
        at sun.net.www.http.HttpClient.<init>(HttpClient.java:306)
        at sun.net.www.http.HttpClient.<init>(HttpClient.java:267)
        at sun.net.www.http.HttpClient.New(HttpClient.java:339)
        at sun.net.www.http.HttpClient.New(HttpClient.java:320)
        at sun.net.www.http.HttpClient.New(HttpClient.java:315)
        at 
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:521)
        at 
sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:498)
        at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:626)
        at java.net.URL.openStream(URL.java:913)
        at 
org.geotools.data.wms.test.StreamingParserWMSV1_1_1OnlineTest.testStreamingWMSV1_1_1Configuration(StreamingParserWMSV1_1_1OnlineTest.java:32)

Ah ha, an online test failing because the server is not there... when a 
test is the online kind it should not fail because of
a connection exception to a remote server...

Cheers
Andrea

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to