Author: jprantan
Date: Tue Apr  7 06:31:10 2009
New Revision: 1716

Modified:
   trunk/atest/robot/rebot/filter_by_names.html

Log:
Fixed after elapsed time is integer.

Modified: trunk/atest/robot/rebot/filter_by_names.html
==============================================================================
--- trunk/atest/robot/rebot/filter_by_names.html        (original)
+++ trunk/atest/robot/rebot/filter_by_names.html        Tue Apr  7 06:31:10 2009
@@ -5133,8 +5133,8 @@



-      <td>"${SUITE.elapsedtime}" &lt;=
-&nbsp;"${ORIGELAPSED}"</td>
+      <td>${SUITE.elapsedtime} &lt;=
+&nbsp;${ORIGELAPSED}</td>



Reply via email to