reta commented on a change in pull request #887:
URL: https://github.com/apache/cxf/pull/887#discussion_r775245355
##########
File path:
core/src/test/java/org/apache/cxf/staxutils/transform/InTransformReaderTest.java
##########
@@ -69,6 +69,116 @@ public void testReplaceSimpleElement() throws Exception {
String value = bos.toString();
assertEquals("<ns:test xmlns:ns=\"http://bar\"><ns:a>1 2
3</ns:a></ns:test>", value);
}
+
+ @Test
Review comment:
Thank you for suggestion @hypervisorfdi , there is a large chunk of code
which deals with namespaces, the tests exercise both flows: elements with /
without namespaces.
--
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]