From: <bo...@us...> - 2007-04-13 14:43:40
|
Revision: 183 http://xmlunit.svn.sourceforge.net/xmlunit/?rev=183&view=rev Author: bodewig Date: 2007-04-13 07:43:42 -0700 (Fri, 13 Apr 2007) Log Message: ----------- yet another bad delegation Modified Paths: -------------- trunk/xmlunit/src/java/org/custommonkey/xmlunit/XMLTestCase.java Modified: trunk/xmlunit/src/java/org/custommonkey/xmlunit/XMLTestCase.java =================================================================== --- trunk/xmlunit/src/java/org/custommonkey/xmlunit/XMLTestCase.java 2007-04-13 13:11:28 UTC (rev 182) +++ trunk/xmlunit/src/java/org/custommonkey/xmlunit/XMLTestCase.java 2007-04-13 14:43:42 UTC (rev 183) @@ -216,7 +216,7 @@ * @param assertion true if asserting that result is identical */ public void assertXMLIdentical(Diff diff, boolean assertion) { - XMLAssert.assertXMLEqual(diff.toString(), diff, assertion); + XMLAssert.assertXMLIdentical(diff.toString(), diff, assertion); } /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |