From c04ca02fec844a29e2d3983f7cce24ba07935964 Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Tue, 23 Oct 2012 09:56:26 +0200 Subject: KnownToFail texts are now bold in html report --- ChangeLog | 6 ++++++ tests/report-styles/jreport.xsl | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index adca5b3..7b04857 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-10-23 Jiri Vanek + + KnownToFail texts are now bold in html report + * tests/report-styles/jreport.xsl: all text outputs of + test="@known-to-fail=true" conditions are marked with . + 2012-10-19 Adam Domurad * tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/testcases/AdditionalJarsInMetaInfIndexListTests.java diff --git a/tests/report-styles/jreport.xsl b/tests/report-styles/jreport.xsl index cf9c58a..ccc6e6a 100644 --- a/tests/report-styles/jreport.xsl +++ b/tests/report-styles/jreport.xsl @@ -261,10 +261,10 @@ If there is no need for linking, please use value "none" for this variable - " - WARNING This test is known to fail, but have passed! + " - WARNING This test is known to fail, but have passed! - - This test is known to fail + - This test is known to fail @@ -276,7 +276,7 @@ If there is no need for linking, please use value "none" for this variable FAILED (s) - - This test is known to fail + - This test is known to fail -- cgit v1.2.3