Revision: 2921
Author: KariHusa
Date: Mon Apr 12 03:23:08 2010
Log: Fix tests
http://code.google.com/p/robotframework/source/detail?r=2921
Modified:
/trunk/atest/testdata/core/kwargs/with_user_keywords.txt
=======================================
--- /trunk/atest/testdata/core/kwargs/with_user_keywords.txt Sun Apr 11
09:53:23 2010
+++ /trunk/atest/testdata/core/kwargs/with_user_keywords.txt Mon Apr 12
03:23:08 2010
@@ -17,7 +17,7 @@
Should Be Equal ${ret} kwarg=value
Non-string value in UK kwarg
- ${ret}= Uk One Kwarg kwarg=${42}
+ ${ret}= One Kwarg kwarg=${42}
Should Be Equal ${ret} ${42}
Equals Sign In Kwarg Value
@@ -29,11 +29,11 @@
Should Be Equal ${ret} notkwarg=some value
Escaping Kwarg
- ${ret}= Uk One Kwarg kwarg=bar\\=quux
+ ${ret}= One Kwarg kwarg=bar\\=quux
Should Be Equal ${ret} bar\\=quux
- ${ret}= Uk One Kwarg kwarg\\=bar=quux
+ ${ret}= One Kwarg kwarg\\=bar=quux
Should Be Equal ${ret} kwarg\\=bar=quux
- ${ret}= Uk One Kwarg kwarg\=bar
+ ${ret}= One Kwarg kwarg\=bar
Mandatory Args Should Be Positioned
${ret}= Mandatory And Kwargs a b c
--
To unsubscribe, reply using "remove me" as the subject.