Fail with full description for XML diff in XmlExpectationsHelper

Closes gh-33827
This commit is contained in:
boiarshinov
2024-11-19 13:23:58 +01:00
committed by Sam Brannen
parent dd92eac3ad
commit 91791c1756
2 changed files with 12 additions and 1 deletions
@@ -110,7 +110,7 @@ public class XmlExpectationsHelper {
@Override
public String toString() {
return this.diff.toString();
return this.diff.fullDescription();
}
}