Revision: 3773
Author: jussi.ao.malinen
Date: Thu Jun 10 07:03:18 2010
Log: fixed typos in release notes
http://code.google.com/p/robotframework/source/detail?r=3773
Modified:
/wiki/ReleaseNotes25Final.wiki
=======================================
--- /wiki/ReleaseNotes25Final.wiki Thu Jun 10 06:48:05 2010
+++ /wiki/ReleaseNotes25Final.wiki Thu Jun 10 07:03:18 2010
@@ -65,7 +65,7 @@
Test templates (issue 500) allow specifying the keyword to use in test
cases only once. This makes data-driven testing, where the same
-keyword is executed with the same input and/or output values, easier
+keyword is executed with different input and/or output values, easier
and reduces duplication. An added benefit is that when a test has
multiple steps, all of them will be executed even if one of the steps
fails.
@@ -99,15 +99,15 @@
Robot Framework 2.1.3 already works with Jython 2.5 but there were
some rough edges . Nowadays Jython 2.5 is fully and officially
-supported (issue 198), and even installation using it works (issue
-547).
+supported (issue 198), and even installation using it works
+(issue 547).
= Backwards incompatible changes =
== Minimum Python/Jython version is 2.5 ==
Robot Framework 2.5 only runs on Python and Jython 2.5 or newer (but
-on 3.x yet). If you cannot upgrade your Python/Jython installation,
+not on 3.x yet). If you cannot upgrade your Python/Jython installation,
you can use older Robot Framework releases that support Jython 2.2 and
Python 2.3 and newer.
@@ -149,7 +149,7 @@
* Old syntax for repeating single keyword multiple times was removed
(issue 194).
* Several helper methods were removed from the `robot.utils` module
(issue 481).
* Built-in keywords executing other keywords (`Run Keyword And
Ignore/Expect Error`, `Wait Until Keyword Succeeds`) do not hide syntax
errors or timeouts (issue 521).
- * Running all the keywords in teardowns even if there are failures
(issue 544) may cause problems because keywords previously skipped after
failures are not run.
+ * Running all the keywords in teardowns even if there are failures
(issue 544) may cause problems. Keywords that were previously skipped after
failures are now run.
* `robotidy.py` tool was removed (issue 553).
* `:FOR` loops without body or without values to loop over fail
(issue 560).