Author: dkulp
Date: Thu Nov 11 20:37:54 2010
New Revision: 1034106
URL: http://svn.apache.org/viewvc?rev=1034106&view=rev
Log:
Merged revisions 1032749 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1032749 | dkulp | 2010-11-08 16:46:59 -0500 (Mon, 08 Nov 2010) | 1 line
Fix eclipse warnings
........
Modified:
cxf/branches/2.3.x-fixes/ (props changed)
cxf/branches/2.3.x-fixes/systests/ws-specs/src/test/jaxws22/org/apache/cxf/systest/ws/addr_responses/WSAResponsesClientServerTest.java
Propchange: cxf/branches/2.3.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
cxf/branches/2.3.x-fixes/systests/ws-specs/src/test/jaxws22/org/apache/cxf/systest/ws/addr_responses/WSAResponsesClientServerTest.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/ws-specs/src/test/jaxws22/org/apache/cxf/systest/ws/addr_responses/WSAResponsesClientServerTest.java?rev=1034106&r1=1034105&r2=1034106&view=diff
==============================================================================
---
cxf/branches/2.3.x-fixes/systests/ws-specs/src/test/jaxws22/org/apache/cxf/systest/ws/addr_responses/WSAResponsesClientServerTest.java
(original)
+++
cxf/branches/2.3.x-fixes/systests/ws-specs/src/test/jaxws22/org/apache/cxf/systest/ws/addr_responses/WSAResponsesClientServerTest.java
Thu Nov 11 20:37:54 2010
@@ -19,7 +19,6 @@
package org.apache.cxf.systest.ws.addr_responses;
-import java.io.ByteArrayOutputStream;
import java.net.URL;
import javax.xml.namespace.QName;
@@ -44,8 +43,8 @@ public class WSAResponsesClientServerTes
@Test
public void testWSAResponses() throws Exception {
- ByteArrayOutputStream bin = this.setupInLogging();
- ByteArrayOutputStream bout = this.setupOutLogging();
+ this.setupInLogging();
+ this.setupOutLogging();
URL wsdlURL = new URL("http://localhost:" + PORT +
"/wsa/responses?wsdl");
QName serviceQName = new
QName("http://cxf.apache.org/systest/wsa/responses", "HelloService");
HelloService service = new HelloService(wsdlURL, serviceQName);