Revision: 3772
Author: pekka.klarck
Date: Thu Jun 10 06:48:05 2010
Log: Edited wiki page through web user interface.
http://code.google.com/p/robotframework/source/detail?r=3772
Modified:
/wiki/ReleaseNotes25Final.wiki
=======================================
--- /wiki/ReleaseNotes25Final.wiki Thu Jun 10 06:46:40 2010
+++ /wiki/ReleaseNotes25Final.wiki Thu Jun 10 06:48:05 2010
@@ -31,7 +31,7 @@
* Using `Run Keyword And Continue On Failure` keyword (issue 545).
* 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].
+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 ==
@@ -44,7 +44,7 @@
* Raising a _fatal_ exception from a test library (issue 366).
* Using `Fatal Error` keyword (issue 546).
-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].
+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 ==
@@ -59,7 +59,7 @@
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].
+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 ==
@@ -133,7 +133,7 @@
special syntax in the core framework, in RIDE, and elsewhere is extra
work. For more information see issue 490.
-== `Default Tags` and `Test Timeout` removed from initialization files ==
+== Default Tags and Test Timeout removed from initialization files ==
It is not possible to use `Default Tags` or `Test Timeout` settings
in test suite initialization files anymore. See issue 398 for details.
@@ -169,4 +169,3 @@
* The possibility to create scalar variables with a list value in the
Variable table (issue 401).
* 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).
-