History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: XSTR-216
Type: Improvement Improvement
Status: Closed Closed
Resolution: Won't Fix
Priority: Major Major
Assignee: Unassigned
Reporter: Gábor Lipták
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
XStream

patch to introduce XMLUnit for compares

Created: 25/Apr/05 01:07 PM   Updated: 07/Aug/06 09:27 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None

File Attachments: 1. Zip Archive xstream_xmlunit.zip (13 kb)


JDK version and platform: IBM Classic VM (build 1.4.1, J2RE 1.4.1 IBM Windows 32 build cn1411-20031011 (JIT enabled: jitc))


 Description  « Hide
Please receive attached patch which uses Xml Unit to correct failed compares under IBM JDK. The many method signatures were changed as I changed assertBothWays() signature.

The zip contains the patch and a junit result log. Please note there are some "new" failures seem to have been caused by XML Unit failing ...

I submitted an issue against XML Unit at:

http://sourceforge.net/tracker/index.php?func=detail&aid=1189681&group_id=23187&atid=377768



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Joerg Schaible - 08/Feb/06 03:32 PM
The sequence of the fields may matter. I added a fix to the core functionality to ensure field sequence in declaration order also for IBM JDK. THis makes the patch obsolete. Nevertheless thanks for your efforts.