Revision: 2149
Author: jprantan
Date: Mon Aug 10 05:32:36 2009
Log: Added correct error messages to tests.
http://code.google.com/p/robotframework/source/detail?r=2149

Modified:
 /trunk/atest/testdata/core/keywords/embedded_argument_in_keyword_names.tsv

=======================================
--- /trunk/atest/testdata/core/keywords/embedded_argument_in_keyword_names.tsv Mon Aug 10 04:31:47 2009 +++ /trunk/atest/testdata/core/keywords/embedded_argument_in_keyword_names.tsv Mon Aug 10 05:32:36 2009
@@ -72,14 +72,18 @@
        User ${user} Selects ${item} From Webshop

 Keyword Matching Multiple Keywords In Test Case File
-       [Documentation] FAIL
+       [Documentation] FAIL    Test case file contains multiple keywords 
matching
+       ...     name 'foo+tc+bar-tc-zap'\n
+       ...     Found: '${a}-tc-${b}' and '${a}+tc+${b}'
        foo+tc+bar
        foo-tc-bar
        foo+tc+bar+tc+zap
        foo+tc+bar-tc-zap

 Keyword Matching Multiple Keywords In One Resource File
-       [Documentation] FAIL
+       [Documentation] FAIL    Resource file 'embedded_args_in_uk_1' contains
+       ...     multiple keywords matching name 'foo+r1+bar-r1-zap'\n
+       ...     Found: '${a}-r1-${b}' and '${a}+r1+${b}'
        foo+r1+bar
        foo-r1-bar
        foo+r1+bar-r1-zap
@@ -93,6 +97,9 @@
        foo-r1-bar-r2-zap

 Keyword Matching Multiple Keywords In One And Different Resource Files
+       [Documentation] FAIL    Resource file 'embedded_args_in_uk_1' contains
+       ...     multiple keywords matching name '-r1-r2-+r1+'\n
+       ...     Found: '${a}-r1-${b}' and '${a}+r1+${b}'
        -r1-r2-+r1+


Reply via email to