Revision: d9b377f83c8d
Branch:   default
Author:   robotframew...@gmail.com
Date:     Tue Jun 11 07:09:55 2013
Log:      Edited wiki page ReleaseNotes28 through web user interface.
http://code.google.com/p/robotframework/source/detail?r=d9b377f83c8d&repo=wiki

Modified:
 /ReleaseNotes28.wiki

=======================================
--- /ReleaseNotes28.wiki        Tue Jun 11 07:08:19 2013
+++ /ReleaseNotes28.wiki        Tue Jun 11 07:09:55 2013
@@ -67,7 +67,7 @@
Python has a so called keyword argument syntax (`**kwarsg`) which is now supported by [http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html#free-keyword-arguments Robot Framework as well].

-For example, if we have a keyword like below (like we have in the new [ProcessLibrary Process]): +For example, if we have a keyword like below (like we have in the new [ProcessLibrary Process] library):

 {{{
 def run_process(command, *arguments, **configuration):
@@ -97,8 +97,7 @@

 === New control keywords in !BuiltIn test library ===

-A few new keywords were requested, so they are now available in [BuiltInLibrary BuiltIn] library.
-All of the introduced keywords have the conditional versions as well.
+New control flow related keywords have been added to the [BuiltInLibrary BuiltIn] library:

* `Pass Execution` and `Pass Execution If`, which make the test pass immediately and skip executing any further steps of the test (issue 174).

--

--- 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 robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to