From: SourceForge.net <no...@so...> - 2008-02-28 11:42:15
|
Feature Requests item #1902394, was opened at 2008-02-26 19:14 Message generated for change (Comment added) made by bodewig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377771&aid=1902394&group_id=23187 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Pending >Resolution: Duplicate Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Error in comparing doubles Initial Comment: When comparing elements of type xsd:double xmlunit does not see 3.14159265358979E0 and 3.14159265358979 as equivalent. ---------------------------------------------------------------------- >Comment By: Stefan Bodewig (bodewig) Date: 2008-02-28 12:42 Message: Logged In: YES user_id=113148 Originator: NO XMLUnit doesn't recognize Schema types at all, so it certainly doesn't do any other sort of comparison than a string match. There is an enhancement request https://sourceforge.net/tracker/index.php?func=detail&aid=1762410&group_id=23187&atid=377771 that would address this, I'm marking this as a duplicate of it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377771&aid=1902394&group_id=23187 |