From: SourceForge.net <no...@so...> - 2012-01-12 13:51:43
|
Bugs item #3472779, was opened at 2012-01-11 19:16 Message generated for change (Comment added) made by bodewig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377768&aid=3472779&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: Java 1.3 Status: Open Resolution: None Priority: 5 Private: No Submitted By: z_kvn (zkev) Assigned to: Nobody/Anonymous (nobody) Summary: MatchTracker unable to catch CHILD_NODE_NOT_FOUND_ID Initial Comment: Setup a comparison with both DifferenceListener and MatchTracker for DifferenceConstants.CHILD_NODE_NOT_FOUND_ID Somehow DifferenceListener is able to catch DifferenceConstants.CHILD_NODE_NOT_FOUND_ID ( int value 22) while MatchTracker will not be able to get notified. ---------------------------------------------------------------------- Comment By: Stefan Bodewig (bodewig) Date: 2012-01-12 05:51 Message: I'm not quite sure I understand wha you are looking for. CHILD_NODE_NOT_FOUND is a bit different from the other types of differences as it aways only describes a difference - unlike, say, ATTR_VALUE which describes a comparison performed by XMLUnit (of attribute values in this case). CHILD_NODE_NOT_FOUND is raised if XMLUnit cannot find a child of the test node that matches a certain child of the control node (or vice versa). What are the circumstances where you'd expect the MatchTracker to get noitified? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377768&aid=3472779&group_id=23187 |