reta commented on code in PR #1517:
URL: https://github.com/apache/cxf/pull/1517#discussion_r1390232927


##########
rt/transports/http-netty/netty-server/src/test/java/org/apache/cxf/transport/http/netty/server/integration/NettyServerTest.java:
##########
@@ -90,7 +90,8 @@ public void testGetWsdl() throws Exception {
         ByteArrayOutputStream bos = new ByteArrayOutputStream();
         IOUtils.copyAndCloseInput(in, bos);
         String result = bos.toString();
-        assertTrue("Expect the SOAPService", result.indexOf("<service 
name=\"SOAPService\">") > 0);
+        assertTrue("Expect the SOAPService", result.indexOf("<service 
name=\"SOAPService\">") > 0

Review Comment:
   This might be an issue I believe, CXF should return consistent response 
(either qualified or unqualified namespaces), the test should not try to adapt 
to that. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to