Revision: 6dc6e9b1f51b
Branch:   default
Author:   Robot Framework Developers ([email protected])
Date:     Tue May 28 07:17:55 2013
Log:      small test enhancements
http://code.google.com/p/robotframework/source/detail?r=6dc6e9b1f51b

Modified:
 /atest/testdata/core/empty_testcase_and_uk.txt

=======================================
--- /atest/testdata/core/empty_testcase_and_uk.txt      Tue May 28 07:13:24 2013
+++ /atest/testdata/core/empty_testcase_and_uk.txt      Tue May 28 07:17:55 2013
@@ -3,7 +3,7 @@

 *** Test Cases ***
     [Documentation]  FAIL  Test case name cannot be empty.
-    No Operation
+    Fail  Should not be executed

 User Keyword Without Name
     [Documentation]  FAIL  Keyword name cannot be empty.
@@ -15,8 +15,8 @@

 Empty Test Case With Setup And Teardown
     [Documentation]  FAIL Test case contains no keywords.
-    [Setup]  No Operation
-    [Teardown]  No Operation
+    [Setup]  Fail  Should not be executed
+    [Teardown]  Fail  Should not be executed

 Empty User Keyword
     [Documentation]  FAIL User keyword 'Empty UK' contains no keywords.
@@ -46,7 +46,7 @@
 *** Keywords ***
     [Documentation]  This keyword has no name
     [Arguments]  ${arg}=urg
-    Log   ${arg}
+    Fail   Should not be executed

 Empty UK

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to