Revision: 40e4986cf25b
Author:   Mikko Korpela <[email protected]>
Date:     Fri Jan 20 06:36:56 2012
Log: log.html: Add (non-critical) to header of a non-critical test case leaf

This is to help users identify the test cases that are non-critical - and ignore them.
Non-critical test cases that fail are closed by default.
http://code.google.com/p/robotframework/source/detail?r=40e4986cf25b

Modified:
 /src/robot/webcontent/log.html

=======================================
--- /src/robot/webcontent/log.html      Wed Jan 11 23:38:11 2012
+++ /src/robot/webcontent/log.html      Fri Jan 20 06:36:56 2012
@@ -251,6 +251,7 @@
              style="display: none;">-</div>
         <span class="${status.toLowerCase()}">TEST&nbsp;CASE: </span>
         <a class="name" title="${fullName}">${name}</a>
+        {{if !isCritical}}<span>  (non-critical)</span>{{/if}}
       </td>
     </tr>
     <tr>

Reply via email to