From 979edb87cee07dcd8c95047a2eb415305b05e604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Thu, 9 Jun 2016 12:41:19 +0000 Subject: [PATCH] jenkins junit plugin gojne crazy: classname must not be a file but either a directory or not exist - typo --- src/commands.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.hxx b/src/commands.hxx index 9010ecd..f685c4b 100644 --- a/src/commands.hxx +++ b/src/commands.hxx @@ -602,7 +602,7 @@ class Script: public QObject { xml::Node testcase("testcase"); try { testcase.attr("classname") = - xmlattr(_testclass.size()?"file: "+_testclass:(*cmd)->file(), true) + xmlattr(_testclass.size()?_testclass:"file: "+(*cmd)->file(), true) .toStdString(); testcase.attr("name") = xmlattr(QString("%1: %2")