2 new revisions:

Revision: d246258f2da6
Branch:   default
Author:   Tatu Kairi <[email protected]>
Date:     Tue May 14 01:31:51 2013
Log:      Added empty tests for new keyword Pass Execution...
http://code.google.com/p/robotframework/source/detail?r=d246258f2da6

Revision: ad769ca2bfb8
Branch:   default
Author:   Tatu Kairi <[email protected]>
Date:     Tue May 14 05:19:21 2013
Log:      merge
http://code.google.com/p/robotframework/source/detail?r=ad769ca2bfb8

==============================================================================
Revision: d246258f2da6
Branch:   default
Author:   Tatu Kairi <[email protected]>
Date:     Tue May 14 01:31:51 2013
Log:      Added empty tests for new keyword Pass Execution

Update issue 174

Added empty tests.
http://code.google.com/p/robotframework/source/detail?r=d246258f2da6

Added:
 /atest/testdata/running/pass_execution.txt

=======================================
--- /dev/null
+++ /atest/testdata/running/pass_execution.txt  Tue May 14 01:31:51 2013
@@ -0,0 +1,66 @@
+*** Test Cases ***
+
+Without message
+    No Operation
+
+With message
+    No Operation
+
+Remove one tag
+    No Operation
+
+Remove multiple tags
+    No Operation
+
+Remove tags with pattern
+    No Operation
+
+Set one tag
+    No Operation
+
+Set multiple tags
+    No Operation
+
+Set tags are not removed
+    No Operation
+
+With template
+    No Operation
+
+Inside user keyword
+    No operation
+
+Inside nested user keyword
+    No operation
+
+With continuable failure
+    No operation
+
+With suite setup
+    No operation
+    # Modify tags
+
+Tags can be modified in suite setup
+    No operation
+
+With suite teardown
+    No operation
+
+Tags cannot be modified in suite teardown
+    No operation
+
+With keyword setup
+    No operation
+
+With keyword teardown
+    No operation
+
+With for loop
+    No operation
+
+With library
+    No operation
+    # Maybe?
+
+
+

==============================================================================
Revision: ad769ca2bfb8
Branch:   default
Author:   Tatu Kairi <[email protected]>
Date:     Tue May 14 05:19:21 2013
Log:      merge
http://code.google.com/p/robotframework/source/detail?r=ad769ca2bfb8

Deleted:
 /atest/testresources/testlibs/ContinueForLoopException.class
 /atest/testresources/testlibs/ContinueForLoopException.java

=======================================
--- /atest/testresources/testlibs/ContinueForLoopException.class Thu May 2 08:30:33 2013
+++ /dev/null
@@ -1,10 +0,0 @@
-Êþº¾ 2 - ROBOT_CONTINUE_FOR_LOOP Ljava/lang/String; -ConstantValue <init> ()V Code LineNumberTable -SourceFile -ContinueForLoopException.java - ContinueForLoopException java/lang/RuntimeException Yes ! - - *· ± - - ======================================= --- /atest/testresources/testlibs/ContinueForLoopException.java Thu May 2 08:30:33 2013
+++ /dev/null
@@ -1,3 +0,0 @@
-public class ContinueForLoopException extends RuntimeException {
-    public static final String ROBOT_CONTINUE_FOR_LOOP = "Yes";
-}

--

--- 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