Revision: 2356
Author: pekka.klarck
Date: Thu Oct 22 07:04:49 2009
Log: updated tests after removing depracation from using Set Variable with more/less than one variable
http://code.google.com/p/robotframework/source/detail?r=2356

Modified:
 /trunk/atest/robot/standard_libraries/builtin/setting_variables.html
/trunk/atest/testdata/standard_libraries/builtin/setting_variables/variables.html

=======================================
--- /trunk/atest/robot/standard_libraries/builtin/setting_variables.html Fri Sep 18 11:38:27 2009 +++ /trunk/atest/robot/standard_libraries/builtin/setting_variables.html Thu Oct 22 07:04:49 2009
@@ -3,7 +3,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="RobotIDE" />
+<meta name="generator" content="RIDE" />
 <meta name="rf-template" content="False" />
 <style type="text/css">
 html {
@@ -112,27 +112,13 @@
 <td></td>
 </tr>
 <tr>
-<td class="name"><a name="test_Set Variable With More Or Less Than One Value Is Deprecated In RF 2.1">Set Variable With More Or Less Than One Value Is Deprecated In RF 2.1</a></td> +<td class="name"><a name="test_Set Variable With More Or Less Than One Value">Set Variable With More Or Less Than One Value</a></td>
 <td>${tc} =</td>
 <td>Check Test Case</td>
 <td>${TESTNAME}</td>
 <td></td>
 </tr>
 <tr>
-<td class="name"></td>
-<td>Check Log Message</td>
-<td>${tc.kws[0].msgs[0]}</td>
-<td>Using 'Set Variable' keyword with more or less than one argument is deprecated in Robot Framework 2.1 and that usage will be removed in 2.2.</td>
-<td>WARN</td>
-</tr>
-<tr>
-<td class="name"></td>
-<td>Check Log Message</td>
-<td>${tc.kws[6].msgs[0]}</td>
-<td>Using 'Set Variable' keyword with more or less than one argument is deprecated in Robot Framework 2.1 and that usage will be removed in 2.2.</td>
-<td>WARN</td>
-</tr>
-<tr>
 <td class="name"></td>
 <td></td>
 <td></td>
@@ -437,7 +423,7 @@
<td class="name"><a name="test_Set Test/Suite/Global Variable With Internal Variables In Name">Set Test/Suite/Global Variable With Internal Variables In Name</a></td>
 <td>[Documentation]</td>
<td colspan="3">This obscure test is here to prevent this bug from reappearing:\n<br /> -<a href="http://code.google.com/p/robotframework/issues/detail?id=397";>http://code.google.com/p/robotframework/issues/detail?id=397</a></td> + <a href="http://code.google.com/p/robotframework/issues/detail?id=397";>http://code.google.com/p/robotframework/issues/detail?id=397</a></td>
 </tr>
 <tr>
 <td class="name"></td>
=======================================
--- /trunk/atest/testdata/standard_libraries/builtin/setting_variables/variables.html Fri Sep 18 11:38:27 2009 +++ /trunk/atest/testdata/standard_libraries/builtin/setting_variables/variables.html Thu Oct 22 07:04:49 2009
@@ -3,7 +3,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="RobotIDE" />
+<meta name="generator" content="RIDE" />
 <meta name="rf-template" content="False" />
 <style type="text/css">
 html {
@@ -166,7 +166,7 @@
 <td></td>
 </tr>
 <tr>
-<td class="name"><a name="test_Set Variable With More Or Less Than One Value Is Deprecated In RF 2.1">Set Variable With More Or Less Than One Value Is Deprecated In RF 2.1</a></td> +<td class="name"><a name="test_Set Variable With More Or Less Than One Value">Set Variable With More Or Less Than One Value</a></td>
 <td>${var1}</td>
 <td>${var2} =</td>
 <td>Set Variable</td>
@@ -225,7 +225,7 @@
 <td class="name"></td>
 <td>Should Be Equal</td>
 <td>${emp}</td>
-<td>\</td>
+<td>${EMPTY}</td>
 <td></td>
 </tr>
 <tr>
@@ -1473,7 +1473,7 @@
 </tr>
 <tr>
<td class="name"><a name="test_Set Test/Suite/Global Varible In User Keyword When Variable Name Is Used As Argument">Set Test/Suite/Global Varible In User Keyword When Variable Name Is Used As Argument</a></td>
-<td>:: FOR</td>
+<td>:FOR</td>
 <td>${type}</td>
 <td>IN</td>
 <td>Test</td>
@@ -1623,7 +1623,7 @@
 <td>[Documentation]</td>
<td colspan="3">This obscure test is here to prevent this bug from reappearing:\n<br /> <a href="http://code.google.com/p/robotframework/issues/detail?id=397\n";>http://code.google.com/p/robotframework/issues/detail?id=397\n</a><br />
-FAIL Non-existing variable '\${nonex}'</td>
+ FAIL Non-existing variable '\${nonex}'</td>
 </tr>
 <tr>
 <td class="name"></td>
@@ -1677,7 +1677,7 @@
 <tr>
 <td class="name"></td>
 <td>Set Test Variable</td>
-<td>${xxx &nbsp;${nonex}}</td>
+<td>${xxx ${nonex}}</td>
 <td>whatever</td>
 <td></td>
 </tr>

Reply via email to