Remove string compares of XML from unit tests
---------------------------------------------

                 Key: CXF-1000
                 URL: https://issues.apache.org/jira/browse/CXF-1000
             Project: CXF
          Issue Type: Task
    Affects Versions: 2.0.1
            Reporter: Daniel Kulp



There are a lot of tests that are doing striaght string compares of XML results 
with files on the disk.   This makes it harder than necessary to update things 
when behavior changes.  (like different XML serialization routine used).

The tests should either normalize the XML and use a normalization compare 
routine, or preferably, use XPATHS to test specifically if the interested nodes 
and information that the test is actually testing is in the XML so the format 
of the XML is irrelevant.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to