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

Modified:
 /ReleaseNotes28.wiki

=======================================
--- /ReleaseNotes28.wiki        Tue Jun 11 06:29:21 2013
+++ /ReleaseNotes28.wiki        Tue Jun 11 06:31:39 2013
@@ -49,27 +49,10 @@

 === New `Process` test library ===

-[ProcessLibrary Process] library is a completely new test library which introduces new keywords for managing
-processes and checking the process status.
+[ProcessLibrary Process] library is a completely new test library which introduces new keywords for running processes.

The main enhancements compared to the process execution keywords in [OperatingSystemLibrary OperatingSystem] library are better configuration and possibility to terminate started processes. See the [ProcessLibrary documentation of the library] for more information.

-=== New control keywords in !BuiltIn test library ===
-
-A few new keywords were requested, so they are now available in [https://code.google.com/p/robotframework/wiki/BuiltInLibrary BuiltIn library].
-All of the introduced keywords have the conditional versions as well.
-
- * `Pass Execution` and `Pass Execution If`, which make the test pass immediately and skip executing any further steps of the test.
-
- * `Return From Keyword` and `Return From Keyword If`, which returns the control to the calling keyword with the user specified return values.
-
-Also, it's now possible to [http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html#exiting-for-loop exit from] and [http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html#continuing-for-loop continue]
-for loop with the following keywords are introduced:
-
- * [http://robotframework.googlecode.com/hg/doc/libraries/BuiltIn.html#Continue%20For%20Loop Continue For Loop] and [http://robotframework.googlecode.com/hg/doc/libraries/BuiltIn.html#Continue%20For%20Loop%20If Continue For Loop If], which are equal to `continue` in popular programming languages.
-
- * [http://robotframework.googlecode.com/hg/doc/libraries/BuiltIn.html#Exit%20For%20Loop Exit For Loop] and [http://robotframework.googlecode.com/hg/doc/libraries/BuiltIn.html#Exit%20For%20Loop%20If Exit For Loop If], which are equal to `break` in popular programming languages.
-
 === Named arguments changes ===

All arguments can be [http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html#named-arguments named] now, not just the arguments with default values.
@@ -102,6 +85,23 @@

It is now possible to use imported variables in the variable table. (Issue 561)

+
+=== New control keywords in !BuiltIn test library ===
+
+A few new keywords were requested, so they are now available in [https://code.google.com/p/robotframework/wiki/BuiltInLibrary BuiltIn library].
+All of the introduced keywords have the conditional versions as well.
+
+ * `Pass Execution` and `Pass Execution If`, which make the test pass immediately and skip executing any further steps of the test.
+
+ * `Return From Keyword` and `Return From Keyword If`, which returns the control to the calling keyword with the user specified return values.
+
+Also, it's now possible to [http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html#exiting-for-loop exit from] and [http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html#continuing-for-loop continue]
+for loop with the following keywords are introduced:
+
+ * [http://robotframework.googlecode.com/hg/doc/libraries/BuiltIn.html#Continue%20For%20Loop Continue For Loop] and [http://robotframework.googlecode.com/hg/doc/libraries/BuiltIn.html#Continue%20For%20Loop%20If Continue For Loop If], which are equal to `continue` in popular programming languages.
+
+ * [http://robotframework.googlecode.com/hg/doc/libraries/BuiltIn.html#Exit%20For%20Loop Exit For Loop] and [http://robotframework.googlecode.com/hg/doc/libraries/BuiltIn.html#Exit%20For%20Loop%20If Exit For Loop If], which are equal to `break` in popular programming languages.
+
 === Own command line options for different run modes ===

 New, handier command line options are introduced in favor of `--runmode`:

--

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