Skip to content

Commit

Permalink
[ISSUE JENKINS-25280] TestObject has no getFullDisplayName
Browse files Browse the repository at this point in the history
use displayName not fullDisplayName which does not exist.
  • Loading branch information
jtnord committed Oct 23, 2014
1 parent b04a5bc commit f371349
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -66,7 +66,7 @@ THE SOFTWARE.
<!-- child test results are referenced from their parent builds -->
<j:set var="build" value="${testObject.run}" />
<a href="${it.getTestResultPath(testObject)}">
<st:out value="${testObject.fullDisplayName}" />
<st:out value="${testObject.displayName}" />
</a>
</li>
</j:while>
Expand Down

0 comments on commit f371349

Please sign in to comment.