2 new revisions: Revision: 03cccda963a9 Author: Pekka Klärck Date: Mon Aug 20 01:59:17 2012 Log: tooltip tuning http://code.google.com/p/robotframework/source/detail?r=03cccda963a9
Revision: 00266ef10490 Author: Pekka Klärck Date: Mon Aug 20 02:04:43 2012 Log: report.html: tuning suite detail headers http://code.google.com/p/robotframework/source/detail?r=00266ef10490 ============================================================================== Revision: 03cccda963a9 Author: Pekka Klärck Date: Mon Aug 20 01:59:17 2012 Log: tooltip tuning http://code.google.com/p/robotframework/source/detail?r=03cccda963a9 Modified: /src/robot/htmldata/rebot/view.js ======================================= --- /src/robot/htmldata/rebot/view.js Mon Aug 20 01:54:12 2012 +++ /src/robot/htmldata/rebot/view.js Mon Aug 20 01:59:17 2012 @@ -92,10 +92,10 @@ function addTooltipsToElapsedTimes() { $('#total_stats .col_elapsed, #tag_stats .col_elapsed').attr('title', - 'Total execution time of these tests. ' + + 'Total execution time of these test cases. ' + 'Excludes suite setups and teardowns.'); $('#suite_stats .col_elapsed').attr('title', - 'Total execution time of this suite.'); + 'Total execution time of this test suite.'); } function addStatTable(tableName) { ============================================================================== Revision: 00266ef10490 Author: Pekka Klärck Date: Mon Aug 20 02:04:43 2012 Log: report.html: tuning suite detail headers http://code.google.com/p/robotframework/source/detail?r=00266ef10490 Modified: /src/robot/htmldata/rebot/report.html ======================================= --- /src/robot/htmldata/rebot/report.html Thu Aug 16 00:32:13 2012 +++ /src/robot/htmldata/rebot/report.html Mon Aug 20 02:04:43 2012 @@ -499,11 +499,11 @@ </tr> {{/if}} <tr> - <th>Start / End:</th> + <th>Start / End Time:</th> <td>${times.startTime} / ${times.endTime}</td> </tr> <tr> - <th>Elapsed:</th> + <th>Elapsed Time:</th> <td>${times.elapsedTime}</td> </tr> {{if $item.logURL}}
