Revision: f7de4af31f59
Branch:   default
Author:   Anssi Syrjäsalo
Date:     Tue Jun 11 01:17:19 2013
Log:      2.8: Fixed links
http://code.google.com/p/robotframework/source/detail?r=f7de4af31f59&repo=wiki

Modified:
 /ReleaseNotes28.wiki

=======================================
--- /ReleaseNotes28.wiki        Tue Jun 11 01:13:30 2013
+++ /ReleaseNotes28.wiki        Tue Jun 11 01:17:19 2013
@@ -74,9 +74,9 @@
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#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. + * [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 ===

@@ -114,10 +114,10 @@

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

- * `[http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html#dry-run --dryrun]`, equal to `--runmode dryrun` - * `[http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html#randomizing-execution-order --randomize none/tests/suites/all]`, equal to `--runmode Random:<what>` - * `[http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html#stopping-when-first-test-case-fails --exitonfailure]`, equal to `--runmode exitonfailure` - * `[http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html#handling-teardowns --skipteardownonexit]`, equal to `runmode skipteardownonexit` + * `--dryrun`, equal to `--runmode dryrun` [http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html#dry-run] + * `--randomize none/tests/suites/all`, equal to `--runmode Random:<what>` [http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html#randomizing-execution-order] + * `--exitonfailure`, equal to `--runmode exitonfailure` [http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html#stopping-when-first-test-case-fails] + * `--skipteardownonexit`, equal to `runmode skipteardownonexit` [http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html#handling-teardowns]

 == Backwards incompatible changes  ==

--

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