Author: pekka.klarck
Date: Mon Mar 23 01:07:50 2009
New Revision: 1482
Modified:
trunk/atest/testdata/standard_libraries/builtin/run_keyword_with_errors.html
Log:
Fixed test after altering the error of Evaluate keyword
Modified:
trunk/atest/testdata/standard_libraries/builtin/run_keyword_with_errors.html
==============================================================================
---
trunk/atest/testdata/standard_libraries/builtin/run_keyword_with_errors.html
(original)
+++
trunk/atest/testdata/standard_libraries/builtin/run_keyword_with_errors.html
Mon Mar 23 01:07:50 2009
@@ -4228,7 +4228,7 @@
<td>Expect Error When Different Error Occurs 2</td>
<td>[ Document ]</td>
<td>FAIL</td>
- <td>REGEXP:Expected error 'My error' but got 'Evaluating
expression 'foo == bar' failed. Error: (name 'foo' is not defined|foo)'</td>
+ <td>REGEXP:Expected error 'My error' but got 'Evaluating
expression 'foo == bar' failed: NameError: (name 'foo' is not defined|
foo)'</td>
<td><br></td>
<td></td>
</tr>
@@ -5777,4 +5777,4 @@
-</body></html>
\ No newline at end of file
+</body></html>