From 7089a81862f9a5eb422c53654d277089de9b08ef Mon Sep 17 00:00:00 2001 From: mindless Date: Sat, 13 Feb 2010 01:00:29 +0000 Subject: [PATCH] [FIXED HUDSON-1544] add jsStringEscape in case test name has quote or backslash. also set text/plain content type on ajax summary response so browser doesn't try to parse response (firefox 3.6 showed error in console with text/html). git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27444 71c3de6d-444a-0410-be80-ed276b4c234a --- .../resources/hudson/tasks/junit/CaseResult/summary.jelly | 7 ++++--- .../hudson/tasks/test/MetaTabulatedResult/body.jelly | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/core/src/main/resources/hudson/tasks/junit/CaseResult/summary.jelly b/core/src/main/resources/hudson/tasks/junit/CaseResult/summary.jelly index 63e4c38656..c92bb263ea 100644 --- a/core/src/main/resources/hudson/tasks/junit/CaseResult/summary.jelly +++ b/core/src/main/resources/hudson/tasks/junit/CaseResult/summary.jelly @@ -1,7 +1,7 @@ - + +

${%Error Details}

@@ -36,5 +37,5 @@ THE SOFTWARE.
-
+
diff --git a/core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly b/core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly index f8694d320c..787563b01d 100644 --- a/core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly +++ b/core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly @@ -1,7 +1,7 @@