From 679bb383aad43d16ab5771936e567774d2c88f19 Mon Sep 17 00:00:00 2001 From: Kelvin Luck Date: Tue, 8 Jan 2013 15:02:26 +0000 Subject: [PATCH] Fix for the classname not appearing in the generated XML file... --- tasks/jasmine/templates/JUnit.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/jasmine/templates/JUnit.tmpl b/tasks/jasmine/templates/JUnit.tmpl index eea8f46..5f65516 100644 --- a/tasks/jasmine/templates/JUnit.tmpl +++ b/tasks/jasmine/templates/JUnit.tmpl @@ -3,7 +3,7 @@ <% testsuites.forEach(function(testsuite) { %> <% testsuite.testcases.forEach(function(testcase) { %> - + <% testcase.failureMessages.forEach(function(message) { %> <%= message %> <% }) %>