Author: laukpe
Date: Wed Sep 24 10:17:37 2008
New Revision: 826

Modified:
   trunk/atest/testdata/standard_libraries/collections/list.html

Log:
Fixed a test broken after requiring REGEXP: to match the whole error. Surprisingly there was just one just case and even in that the regexp was buggy (had "*" instead of ".*").

Modified: trunk/atest/testdata/standard_libraries/collections/list.html
==============================================================================
--- trunk/atest/testdata/standard_libraries/collections/list.html       
(original)
+++ trunk/atest/testdata/standard_libraries/collections/list.html Wed Sep 24 10:17:37 2008
@@ -176,7 +176,7 @@
 <tr>
<td><a name="test_ConvertToListWithInvalidType">Convert To List With Invalid Type</a></td>
 <td>[Documentation]</td>
-<td>FAIL REGEXP: TypeError: *</td>
+<td>FAIL STARTS: TypeError:</td>
 <td></td>
 <td></td>
 </tr>
@@ -1628,18 +1628,12 @@
 </tr>
 <tr>
<td><a name="keyword_CreateListsForTheTests">Create Lists For The Tests</a></td>
-<td>[Timeout]</td>
-<td></td>
-<td></td>
-<td></td>
-</tr>
-<tr>
-<td></td>
-<td>${L0} =</td>
-<td>Create List</td>
+<td>${L0} =</td><td>Create List</td>
+
 <td></td>
 <td></td>
 </tr>
+
 <tr>
 <td></td>
 <td>Set Test Variable</td>
@@ -1759,13 +1753,7 @@
 <td></td>
 <td></td>
 </tr>
-<tr>
-<td></td>
-<td>[Timeout]</td>
-<td></td>
-<td></td>
-<td></td>
-</tr>
+
 <tr>
 <td></td>
 <td>Insert Into List</td>
@@ -1794,13 +1782,7 @@
 <td>${to list}</td>
 <td></td>
 </tr>
-<tr>
-<td></td>
-<td>[Timeout]</td>
-<td></td>
-<td></td>
-<td></td>
-</tr>
+
 <tr>
 <td></td>
 <td>${item} =</td>

Reply via email to