From: <bo...@us...> - 2008-03-04 09:26:32
|
Revision: 242 http://xmlunit.svn.sourceforge.net/xmlunit/?rev=242&view=rev Author: bodewig Date: 2008-03-04 01:26:31 -0800 (Tue, 04 Mar 2008) Log Message: ----------- control nodes are visited in document order, no need to prefill child list Modified Paths: -------------- trunk/xmlunit/src/java/org/custommonkey/xmlunit/DifferenceEngine.java Modified: trunk/xmlunit/src/java/org/custommonkey/xmlunit/DifferenceEngine.java =================================================================== --- trunk/xmlunit/src/java/org/custommonkey/xmlunit/DifferenceEngine.java 2008-03-03 16:26:08 UTC (rev 241) +++ trunk/xmlunit/src/java/org/custommonkey/xmlunit/DifferenceEngine.java 2008-03-04 09:26:31 UTC (rev 242) @@ -356,7 +356,6 @@ int j = 0; final int lastTestNode = testChildren.size() - 1; - controlTracker.preloadChildList(controlChildren); testTracker.preloadChildList(testChildren); HashMap/*<Node, Node>*/ matchingNodes = new HashMap(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |