提交 e3d3a976 编写于 作者: D drulli

Added a space between Test Result link and Result Value.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@29286 71c3de6d-444a-0410-be80-ed276b4c234a
上级 f3ad3ab4
......@@ -47,6 +47,7 @@ THE SOFTWARE.
<j:if test="${tr!=null}">
<t:summary icon="clipboard.gif">
<a href="lastCompletedBuild/testReport/">${%Latest Test Result}</a>
<b> </b>
<t:test-result it="${tr}" />
</t:summary>
</j:if>
......
......@@ -40,6 +40,7 @@ THE SOFTWARE.
<!-- summary -->
<t:summary icon="clipboard.gif">
<a href="${it.urlName}/">${it.displayName}</a>
<b> </b>
<t:test-result />
<j:set var="failedTests" value="${it.failedTests}" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册