From 02528681e6d05cf59988516dc9fe7ae5f6dabe98 Mon Sep 17 00:00:00 2001 From: bwalding Date: Wed, 19 Feb 2003 06:33:32 +0000 Subject: [PATCH] o MAVEN-269: There was an erroneous call to velocity's getText method when the argument would probably be null. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112957 13f79535-47bb-0310-9956-ffa450edef68 --- junit-report/src/plugin-resources/junit.jsl | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/junit-report/src/plugin-resources/junit.jsl b/junit-report/src/plugin-resources/junit.jsl index 996ac92f..12994198 100644 --- a/junit-report/src/plugin-resources/junit.jsl +++ b/junit-report/src/plugin-resources/junit.jsl @@ -54,15 +54,13 @@ - ${htmlescape.getText(current.attribute('message').value)} + + ${htmlescape.getText(current.attribute('message').value)} + N/A -

- - ${htmlescape.getText(current.value())} -