diff --git a/changes.xml b/changes.xml index 6d43760..c9e4a70 100644 --- a/changes.xml +++ b/changes.xml @@ -44,6 +44,10 @@ expectfailure report the original build exception chained when failing + + Default XSLT stylesheets now properly escape XML in exception + stack traces. + diff --git a/src/etc/junit-frames.xsl b/src/etc/junit-frames.xsl index 8a456b9..b52c035 100644 --- a/src/etc/junit-frames.xsl +++ b/src/etc/junit-frames.xsl @@ -873,7 +873,18 @@ h6 { --> - + + + +
+ + + +
+ + + +
diff --git a/src/etc/junit-noframes.xsl b/src/etc/junit-noframes.xsl index 7c29f17..901c671 100644 --- a/src/etc/junit-noframes.xsl +++ b/src/etc/junit-noframes.xsl @@ -468,7 +468,18 @@ under the License. --> - + + + +
+ + + +
+ + + +