Author: laukpe
Date: Tue Nov 25 10:55:44 2008
New Revision: 1114
Modified:
trunk/atest/robot/core/commandline.html
trunk/atest/robot/rebot/commandline.html
Log:
fixed after changes to how cli args are handled
Modified: trunk/atest/robot/core/commandline.html
==============================================================================
--- trunk/atest/robot/core/commandline.html (original)
+++ trunk/atest/robot/core/commandline.html Tue Nov 25 10:55:44 2008
@@ -1008,7 +1008,7 @@
<tr>
<td></td>
<td>Check Stderr Contains</td>
-<td>No Robot data sources given.${USAGE_TIP}</td>
+<td>Required argument missing. Expected 'data_sources'.${USAGE_TIP}</td>
<td></td>
<td></td>
</tr>
@@ -1071,7 +1071,7 @@
<tr>
<td></td>
<td>Check Stderr Matches Regexp</td>
-<td>.*Robot data source '.*[/\\\\]nonexisting\\.html' does not
exist.${USAGE_TIP}</td>
+<td>.*Data source '.*[/\\\\]nonexisting\\.html' does not
exist.${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 Tue Nov 25 10:55:44 2008
@@ -51,7 +51,6 @@
</style>
<title>Robot Test Cases</title><link type="text/css"
href="resources/css/testdata.css" rel="stylesheet"></head>
-
<body>
<h1>Robot Acceptance Test Cases for Rebot</h1>
<table border="1">
@@ -959,10 +958,9 @@
</tr>
<tr>
<td></td>
-<td>Ends</td>
+<td>Should End With</td>
<td>${output}</td>
-<td>No Robot output files
-given.${USAGE_TIP}</td>
+<td>Required argument missing. Expected 'robot_outputs'.${USAGE_TIP}</td>
<td></td>
<td></td>
<td></td>
@@ -998,7 +996,7 @@
<td></td>
<td>Check Stderr Matches
Regexp</td>
-<td>.*Robot output file
+<td>.*Output file
'.*[/\\\\]non-existing\\.xml' does not exist.\n\n<br>
Try --help for usage information.</td>
<td></td>