[
https://issues.apache.org/jira/browse/CXF-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp resolved CXF-1000.
------------------------------
Resolution: Fixed
Fix Version/s: 2.2
Marking this as resolved as we now have everything working with 1.5 ad 1.6 and
IBM versions of both and such so any remaining places are not really and issue.
> 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
> Components: Build system
> Affects Versions: 2.0.1
> Reporter: Daniel Kulp
> Fix For: 2.2
>
>
> 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.