From 67a4f05f539438629f0b1364cfb648a148787745 Mon Sep 17 00:00:00 2001 From: Rene Schneider Date: Wed, 27 Feb 2019 09:56:46 +0100 Subject: [PATCH] fixes #231: Table test result colors are wrong in case of test failures --- .../src/resource/xhtml.xslt | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/de.gebit.integrity.runner/src/resource/xhtml.xslt b/de.gebit.integrity.runner/src/resource/xhtml.xslt index 3cb453621..90252323a 100644 --- a/de.gebit.integrity.runner/src/resource/xhtml.xslt +++ b/de.gebit.integrity.runner/src/resource/xhtml.xslt @@ -96,7 +96,7 @@ .row1timesetexception { background-color: #FFE6B7; } .row2timesetexception { background-color: #FFF7E8; } .row1assign { background-color: #D0CCFF; } - .postresult { font-size: 8pt; font-weight: bold; padding: 4px; position; relative; top: 0; } + .finalizationresult { font-size: 8pt; font-weight: bold; padding: 4px; position; relative; top: 0; } .testresults { font-size: 8pt; font-weight: bold; padding: 4px; position; relative; top: 0; } .testresultvalue { font-weight: bold; } .testresultvaluesuccess { color: #063; } @@ -1287,20 +1287,13 @@ function getChildByName(node, childName) {
- + success failure exception - - - success - failure - exception - - statement test row1test @@ -1453,7 +1446,7 @@ function getChildByName(node, childName) {
- +
results @@ -1474,16 +1467,16 @@ function getChildByName(node, childName) {
- + -
+
Finalization test has failed:
-
+
Finalization test has thrown an exception: