From 5fad57744bb4f6ef51fa6865a0bf73e9bbc426c0 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Wed, 25 Jul 2007 01:04:18 +0000 Subject: [PATCH] stopped special-casing test report. It's now using the "summary.jelly" mechanism like everything else. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3828 71c3de6d-444a-0410-be80-ed276b4c234a --- .../hudson/model/AbstractBuild/index.jelly | 22 ------------------- .../AbstractTestResultAction/summary.jelly | 19 ++++++++++++++++ 2 files changed, 19 insertions(+), 22 deletions(-) create mode 100644 core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary.jelly diff --git a/core/src/main/resources/hudson/model/AbstractBuild/index.jelly b/core/src/main/resources/hudson/model/AbstractBuild/index.jelly index 1e20a7b2f1..20a3c8b571 100644 --- a/core/src/main/resources/hudson/model/AbstractBuild/index.jelly +++ b/core/src/main/resources/hudson/model/AbstractBuild/index.jelly @@ -28,28 +28,6 @@ - - - - Latest Test Result - - - (no tests) - - - (no failures) - - - (1 failure ${tr.failureDiffString}) - - - (${tr.failCount} failures ${tr.failureDiffString}) - - - - - - diff --git a/core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary.jelly b/core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary.jelly new file mode 100644 index 0000000000..3bde7cbfeb --- /dev/null +++ b/core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary.jelly @@ -0,0 +1,19 @@ + + + Latest Test Result + + + (no tests) + + + (no failures) + + + (1 failure ${it.failureDiffString}) + + + (${it.failCount} failures ${it.failureDiffString}) + + + + \ No newline at end of file -- GitLab