From 6d8070557d355e10b1b487959d3610a10189595f Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Mon, 27 Mar 2006 22:32:37 +0000 Subject: [PATCH] --- support/test/org/wamblee/xml/XmlUtils.java | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/support/test/org/wamblee/xml/XmlUtils.java b/support/test/org/wamblee/xml/XmlUtils.java index 93d2e917..5c6bf43c 100644 --- a/support/test/org/wamblee/xml/XmlUtils.java +++ b/support/test/org/wamblee/xml/XmlUtils.java @@ -43,7 +43,8 @@ public final class XmlUtils { /** * Checks equality of two XML documents excluding comment and processing - * nodes and trimming the text of the elements. + * nodes and trimming the text of the elements. In case of problems, it + * provides an xpath-like expression describing where the problem is. * * @param aMsg * @param aExpected @@ -57,7 +58,8 @@ public final class XmlUtils { /** * Checks equality of two XML documents excluding comment and processing - * nodes and trimming the text of the elements. + * nodes and trimming the text of the elements. In case of problems, it + * provides an xpath-like expression describing where the problem is. * * @param aMsg * @param aExpected @@ -70,7 +72,8 @@ public final class XmlUtils { /** * Checks equality of two XML elements excluding comment and processing - * nodes and trimming the text of the elements. + * nodes and trimming the text of the elements. In case of problems, it + * provides an xpath-like expression describing where the problem is. * * @param aMsg * @param aExpected @@ -125,7 +128,8 @@ public final class XmlUtils { } /** - * Checks equality of two attributes. + * Checks equality of two attributes. In case of problems, it + * provides an xpath-like expression describing where the problem is. * * @param aMsg * @param aExpected -- 2.31.1