Revision: 2954
Author: janne.t.harkonen
Date: Tue Apr 13 05:47:56 2010
Log: this is now tested elsewhere
http://code.google.com/p/robotframework/source/detail?r=2954
Modified:
/trunk/atest/robot/keywords/namedargs/with_user_keywords.txt
=======================================
--- /trunk/atest/robot/keywords/namedargs/with_user_keywords.txt Tue Apr 13
03:19:23 2010
+++ /trunk/atest/robot/keywords/namedargs/with_user_keywords.txt Tue Apr 13
05:47:56 2010
@@ -35,14 +35,3 @@
Default value with escaped content
Check Test Case ${TESTNAME}
-Check Argument Trace Messages
- ${tc}= Check Test Case Kwarg Syntax In Variable Is Ignored
- Check Argument Value Trace ${tc.kws[1].msgs[0]} kwarg=value
- ${tc}= Check Test Case Non-string value in UK kwarg
- Check Argument Value Trace ${tc.kws[0].msgs[0]} \${kwarg}=42
-
-*** Keywords ***
-Check Argument Value Trace
- [Arguments] ${message} ${exp_variables}
- Check Log Message ${message} Arguments: [ ${exp_variables} ] TRACE
-
--
To unsubscribe, reply using "remove me" as the subject.