Author: janne.t.harkonen
Date: Wed Mar 25 04:12:17 2009
New Revision: 1528

Modified:
   trunk/atest/robot/output/listener_interface/listener_methods.html
   trunk/atest/robot/output/splitting/split_output.html

Log:
Fixed deprecated usages of Set Variable

Modified: trunk/atest/robot/output/listener_interface/listener_methods.html
==============================================================================
--- trunk/atest/robot/output/listener_interface/listener_methods.html (original) +++ trunk/atest/robot/output/listener_interface/listener_methods.html Wed Mar 25 04:12:17 2009
@@ -169,7 +169,7 @@
 <tr>
 <td></td>
 <td>@{expected} =</td>
-<td>Set Variable</td>
+<td>Create List</td>
 <td>Pass</td>
 <td><br>
 </td>
@@ -212,7 +212,7 @@
 <tr>
 <td></td>
 <td>@{expected} =</td>
-<td>Set Variable</td>
+<td>Create List</td>
 <td></td>
 <td></td>
 </tr>
@@ -410,7 +410,7 @@
<tr><td>Check Listen All File</td><td>[ Arguments ]</td><td>${filename}</td><td></td><td></td></tr><tr>
 <td></td>
 <td>@{expected} =</td>
-<td>Set Variable</td>
+<td>Create List</td>
 <td><br>
 </td>
 <td></td>
@@ -640,4 +640,4 @@
 </tr>
 </tbody>
 </table>
-</body></html>
\ No newline at end of file
+</body></html>

Modified: trunk/atest/robot/output/splitting/split_output.html
==============================================================================
--- trunk/atest/robot/output/splitting/split_output.html        (original)
+++ trunk/atest/robot/output/splitting/split_output.html Wed Mar 25 04:12:17 2009
@@ -1,18 +1,5 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html><head>
-
-
-
-
-
-
-
-
-
-
-
-
-
   <style type="text/css">
 html {
   font-family: Arial,Helvetica,sans-serif;
@@ -65,30 +52,9 @@
   font-style: normal;
 }
   </style>
-
-
-
-
-
-
   <title>Robot Test Cases</title></head>
 <body>
-
-
-
-
-
-
-
 <h1>Robot Test Cases</h1>
-
-
-
-
-
-
-
-
 <table border="1">


@@ -1338,7 +1304,7 @@



- <tr><td></td><td>${path1}</td><td>${path 2} =</td><td>Set Variable</td><td></td></tr><tr><td></td><td>...</td><td>${OUTDIR}${/}${OUTBASE}-001.xml</td><td>${OUTDIR}${/}${OUTBASE}-002.xml</td><td></td></tr><tr> + <tr><td></td><td>${path1}</td><td>${path 2} =</td><td>Create List</td><td></td></tr><tr><td></td><td>...</td><td>${OUTDIR}${/}${OUTBASE}-001.xml</td><td>${OUTDIR}${/}${OUTBASE}-002.xml</td><td></td></tr><tr>



@@ -3290,4 +3256,4 @@



-</body></html>
\ No newline at end of file
+</body></html>

Reply via email to