Skip to content

Commit

Permalink
not implemented used instead of number of failed functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuska committed Jan 6, 2015
1 parent 9460220 commit 25eb7b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/src/main/webapp/app/partials/test-suite-runs-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<td><a href="#/suites/{{particularSuite.testSuiteID}}/runs/{{run.testSuiteRunID}}">
{{timestampToDate(run.timestamp)}}</a>
</td>
<td>{{run.projectRevision}}</td>
<td>{{run.numberOfFailedFunctionalTests}}</td>
<td>not-implemented-yet</td>
<td>not-implemented-yet</td>
<td>{{run.numberOfFailedComparisons}}</td>
<td><a ng-click="deleteSuiteRun(run.testSuiteRunID)" class="btn btn-small btn-danger">delete</a></td>
</tr>
Expand Down

0 comments on commit 25eb7b4

Please sign in to comment.