Revision: a24b3361c2aa
Branch: default
Author: [email protected]
Date: Wed Oct 24 08:43:23 2012
Log: Edited wiki page ReleaseNotes27 through web user interface.
http://code.google.com/p/robotframework/source/detail?r=a24b3361c2aa&repo=wiki
Modified:
/ReleaseNotes27.wiki
=======================================
--- /ReleaseNotes27.wiki Wed Oct 24 07:25:47 2012
+++ /ReleaseNotes27.wiki Wed Oct 24 08:43:23 2012
@@ -457,7 +457,7 @@
backwards-compatibility problems:
* Non-breaking spaces in test data are considered normal spaces (issue
1264).
- * `˜` is HTML test data is nowadays correctly parsed to `˜` and
not to `~` (issue 1265).
+ * `˜` in HTML test data is nowadays correctly parsed to `˜` and
not to `~` (issue 1265).
== Acknowledgements ==
@@ -469,7 +469,7 @@
|| *ID* || *Type* || *Priority* || *Summary* ||
|| Issue 1249 || Defect || High || Chrome can fail to open log file when
running tests with debug or trace levels ||
|| Issue 1261 || Defect || High || Performance: Keywords are unnecessarily
parsed from output when creating only report ||
-|| Issue 1225 || Enhancement || High || Support `Screenshot` library with
IronPython ||
+|| Issue 1225 || Enhancement || High || Support `Screenshot` library
with !IronPython ||
|| Issue 1234 || Enhancement || High || `XML` library: Keywords for
modifying and saving XML ||
|| Issue 1241 || Enhancement || High || `XML` lib: Enhanced support for
namespaces ||
|| Issue 1231 || Defect || Medium || Using variables containing non-ASCII
byte strings with other text is not possible ||
@@ -483,8 +483,8 @@
|| Issue 1251 || Enhancement || Medium || `Remove Duplicates` keyword to
`Collections` ||
|| Issue 1254 || Enhancement || Medium || Add built-in variable `${\n}`
that contains OS specific line separator (`\r\n` on Windows and `\n`
elsewhere) ||
|| Issue 1224 || Defect || Low || Extended variable syntax does not work
if variable name contains non-ASCII characters ||
-|| Issue 1228 || Defect || Low || Creating XML containing non-ASCII
characters in test data using `XML` library fails on IronPython ||
-|| Issue 1237 || Defect || Low || Using keywords with non-ASCII characters
in name case-insensitively does not work with IronPython ||
+|| Issue 1228 || Defect || Low || Creating XML containing non-ASCII
characters in test data using `XML` library fails on !IronPython ||
+|| Issue 1237 || Defect || Low || Using keywords with non-ASCII characters
in name case-insensitively does not work with !IronPython ||
|| Issue 1244 || Defect || Low || `Run Keyword If` does not escape `ELSE
IF` and `ELSE` from list variables ||
|| Issue 1262 || Defect || Low || Long title can mess up the beginning of
log and report ||
|| Issue 1265 || Defect || Low || `˜` in HTML test data parsed
incorrectly ||