Revision: 3771
Author: pekka.klarck
Date: Thu Jun 10 06:46:40 2010
Log: Edited wiki page through web user interface.
http://code.google.com/p/robotframework/source/detail?r=3771
Modified:
/wiki/ReleaseNotes25Final.wiki
=======================================
--- /wiki/ReleaseNotes25Final.wiki Thu Jun 10 05:26:28 2010
+++ /wiki/ReleaseNotes25Final.wiki Thu Jun 10 06:46:40 2010
@@ -20,7 +20,6 @@
See [Installation installation instructions] for installation
and upgrading information.
-
= Most important new features =
== Continuing test execution on failure ==
@@ -30,14 +29,9 @@
* Raising a _continuable_ exception from a test library (issue 137).
* Using `Run Keyword And Continue On Failure` keyword (issue 545).
- * In teardowns all keywords are automatically executed even if there are
-failures (issue 544).
-
-In all these cases the test will be marked failed at the end. Its
-final error message is created by combining the messages from the
-occurred failures together.
-
-TODO: UG link
+ * In teardowns all keywords are automatically executed even if there are
failures (issue 544).
+
+For more information about this new feature, see the
[http://robotframework.googlecode.com/svn/tags/robotframework-2.5/doc/userguide/RobotFrameworkUserGuide.html#continue-on-failure
Continue on failure section] in the [UserGuide User Guide].
== Stopping test execution gracefully ==
@@ -50,7 +44,7 @@
* Raising a _fatal_ exception from a test library (issue 366).
* Using `Fatal Error` keyword (issue 546).
-TODO: UG link
+This feature is explained more thoroughly in the
[http://robotframework.googlecode.com/svn/tags/robotframework-2.5/doc/userguide/RobotFrameworkUserGuide.html#stopping-test-execution-gracefully
Stopping test execution gracefully section] in the [UserGuide User Guide].
== Support for named arguments ==
@@ -64,6 +58,8 @@
def named_arg_example(foo=1, bar=2, zap=3):
print foo, bar, zap
}}}
+
+See also the
[http://robotframework.googlecode.com/svn/tags/robotframework-2.5/doc/userguide/RobotFrameworkUserGuide.html#named-arguments
Named arguments section] in the [UserGuide User Guide].
== Possibility to specify test template to ease data-driven testing ==
@@ -91,7 +87,7 @@
${EMPTY} ${EMPTY}
}}}
-TODO: UG link
+See also the
[http://robotframework.googlecode.com/svn/tags/robotframework-2.5/doc/userguide/RobotFrameworkUserGuide.html#test-templates
Test templates] and
[http://robotframework.googlecode.com/svn/tags/robotframework-2.5/doc/userguide/RobotFrameworkUserGuide.html#data-driven-style
Data-driven style] sections in the [UserGuide User Guide].
== Possibility to validate test data using dry-run ==
@@ -106,7 +102,6 @@
supported (issue 198), and even installation using it works (issue
547).
-
= Backwards incompatible changes =
== Minimum Python/Jython version is 2.5 ==
@@ -175,5 +170,3 @@
* The possibility to have scalar and list variables with the same base
name (e.g. `${VAR}` and `...@{var}`) (issue 484).
* `Create File With Encoding` keyword (issue 256).
-
-