Skip to content

Commit

Permalink
[JENKINS-17941] Adding link to view file that failed to be parsed
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Jul 19, 2013
1 parent 4b25911 commit 22dff5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/org/tap4j/plugin/TapResult/index.jelly
Expand Up @@ -80,7 +80,7 @@

<j:forEach var="testSet" items="${it.parseErrorTestSets}">
<tr>
<td>${testSet.fileName}</td>
<td><a href='contents?f=${testSet.fileName}'>${testSet.fileName}</a></td>
<td>${testSet.cause}</td>
</tr>
</j:forEach>
Expand Down

0 comments on commit 22dff5c

Please sign in to comment.