Fail with full description for XML diff in XmlExpectationsHelper

Closes gh-33827
This commit is contained in:
boiarshinov
2024-10-31 13:44:39 +03:00
committed by Sam Brannen
parent dd92eac3ad
commit 91791c1756
2 changed files with 12 additions and 1 deletions

View File

@@ -110,7 +110,7 @@ public class XmlExpectationsHelper {
@Override
public String toString() {
return this.diff.toString();
return this.diff.fullDescription();
}
}