Skip to content

Commit

Permalink
[JENKINS-17941] Modify tapResults text on the UI. Was Tap test result…
Browse files Browse the repository at this point in the history
…s, now Extended TAP Test Results
  • Loading branch information
kinow committed Jul 19, 2013
1 parent 22dff5c commit 7cab81f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Expand Up @@ -5,8 +5,7 @@
xmlns:f="/lib/form"
xmlns:i="jelly:fmt">
<t:summary icon="/plugin/tap/icons/tap-48.png">
<p>This build contains ${it.result.testSets.size()} TAP test sets.
Click <a href="tapResults">here</a> for details.</p>
<p>${it.result.parseErrorTestSets.size()} parse error(s).</p>
<p><a href="tapResults">TAP Extended Test Results</a></p>
<p>This build contains ${it.result.testSets.size()} TAP test set(s), and ${it.result.parseErrorTestSets.size()} parse error(s).</p>
</t:summary>
</j:jelly>
2 changes: 1 addition & 1 deletion src/main/resources/org/tap4j/plugin/TapResult/index.jelly
Expand Up @@ -11,7 +11,7 @@
<st:include it="${it.owner}" page="sidepanel.jelly" />
<l:main-panel>

<h1>TAP Test Results</h1>
<h1>TAP Extended Test Results</h1>

<j:choose>
<j:when test="${it.isEmptyTestSet()}">
Expand Down

0 comments on commit 7cab81f

Please sign in to comment.