Revision: 2952
Author: jprantan
Date: Tue Apr 13 04:34:10 2010
Log: Added test which find the problem causing framework error to occur with uk timeouts. Issue 520.
http://code.google.com/p/robotframework/source/detail?r=2952

Modified:
 /trunk/atest/robot/core/timeouts.txt
 /trunk/atest/testdata/core/timeouts.txt

=======================================
--- /trunk/atest/robot/core/timeouts.txt        Mon Apr 12 05:17:10 2010
+++ /trunk/atest/robot/core/timeouts.txt        Tue Apr 13 04:34:10 2010
@@ -109,3 +109,9 @@
${tc} = Check Test Case It Should Be Possible To Print From Java Libraries When Test Timeout Has Been Set
     Check Log message  ${tc.kws[0].msgs[0]}  My message from java lib

+Timeouted Keyword Called With Wrong Number of Arguments
+    Check Test Case  ${TEST NAME}
+
+Timeouted Keyword Called With Wrong Number of Arguments with Run Keyword
+    Check Test Case  ${TEST NAME}
+
=======================================
--- /trunk/atest/testdata/core/timeouts.txt     Thu Mar 25 06:18:29 2010
+++ /trunk/atest/testdata/core/timeouts.txt     Tue Apr 13 04:34:10 2010
@@ -176,6 +176,17 @@
It Should Be Possible To Print From Java Libraries When Test Timeout Has Been Set
     ExampleJavaLibrary.Print  My message from java lib

+Timeouted Keyword Called With Wrong Number of Arguments
+ [Documentation] FAIL Keyword 'Timeouted Keyword Passes' expected 0 to 1 arguments, got 4.
+    Timeouted Keyword Passes  wrong  number  of  arguments
+    [Teardown]  No Operation
+
+Timeouted Keyword Called With Wrong Number of Arguments with Run Keyword
+ [Documentation] FAIL Keyword 'Timeouted Keyword Passes' expected 0 to 1 arguments, got 4.
+    Run Keyword  Timeouted Keyword Passes  wrong  number  of  arguments
+    [Teardown]  No Operation
+
+
 *** Keywords ***
 Clean Up Timeout Temp
     Remove Dir  ${timeout_temp}  recursive

Reply via email to