提交 e78bd45c 编写于 作者: J Jesse Glick

[FIXED #HUDSON-5655] - " (from WhateverTest)" gratuitously appended to test result detail pages


Regression related to HUDSON-2988 (special display of suites).
上级 b00a6495
......@@ -35,8 +35,8 @@ THE SOFTWARE.
<span style="font-weight:bold">
<st:out value="${it.fullName}"/>
</span>
<j:if test="${it.className != it.parent.name}">
(from <st:out value="${it.parent.name}"/>)
<j:if test="${it.suiteResult != null &amp;&amp; it.className != it.suiteResult.name}">
(from <st:out value="${it.suiteResult.name}"/>)
</j:if>
</p>
<j:if test="${!it.passed}">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册