Author: laukpe
Date: Wed Nov 26 03:50:19 2008
New Revision: 1133

Modified:
   trunk/atest/robot/core/commandline.html
   trunk/atest/robot/rebot/commandline.html

Log:
fixed tests after arg parser changes that made the error about invalid arg counts better

Modified: trunk/atest/robot/core/commandline.html
==============================================================================
--- trunk/atest/robot/core/commandline.html     (original)
+++ trunk/atest/robot/core/commandline.html     Wed Nov 26 03:50:19 2008
@@ -1008,7 +1008,7 @@
 <tr>
 <td></td>
 <td>Check Stderr Contains</td>
-<td>Required argument missing. Expected 'data_sources'.${USAGE_TIP}</td>
+<td>Expected at least 1 argument, got 0.${USAGE_TIP}</td>
 <td></td>
 <td></td>
 </tr>

Modified: trunk/atest/robot/rebot/commandline.html
==============================================================================
--- trunk/atest/robot/rebot/commandline.html    (original)
+++ trunk/atest/robot/rebot/commandline.html    Wed Nov 26 03:50:19 2008
@@ -960,7 +960,7 @@
 <td></td>
 <td>Should End With</td>
 <td>${output}</td>
-<td>Required argument missing. Expected 'robot_outputs'.${USAGE_TIP}</td>
+<td>Expected at least 1 argument, got 0.${USAGE_TIP}</td>
 <td></td>
 <td></td>
 <td></td>
@@ -2168,4 +2168,4 @@
 </tbody>
 </table>
 <br>
-</body></html>
\ No newline at end of file
+</body></html>

Reply via email to