Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
Operating System: Linux
Platform: PC
-
714
Description
-currently elements are created with Document#createElement(String tagName) method and then namespace is set with Element#setAttribute(), it causes that Node#getNamespaceURI() method returns null - fails to compare two DOM Documents with XMLUnit, however are identical
-correct way is to use Document#createElementNS(String namespaceURI, String qualifiedName) method
Attachments
Issue Links
- blocks
-
CONTROLLER-197 Use XmlUnit for xml comparison in tests
- Resolved