Revision: 3221
Author: jussi.ao.malinen
Date: Thu May  6 06:37:31 2010
Log: list of issues
http://code.google.com/p/robotframework/source/detail?r=3221

Added:
 /wiki/ReleaseNotes25.wiki

=======================================
--- /dev/null
+++ /wiki/ReleaseNotes25.wiki   Thu May  6 06:37:31 2010
@@ -0,0 +1,53 @@
+|| Issue 198 || Enhancement || Critical || Jython 2.5 support ||
+|| Issue 288 || Defect || High || It is not possible to assign all Python and Java iterables to list variables || +|| Issue 529 || Defect || High || UTF-8 BOM is not ignored in plain text or TSV test data files || +|| Issue 108 || Enhancement || High || Ctrl-c should stop test execution gracefully || +|| Issue 137 || Enhancement || High || Support for continuing test execution regardless of failures (ContinueOnFailure) || +|| Issue 215 || Enhancement || High || Support for named arguments to ease overriding only certain default values || +|| Issue 349 || Enhancement || High || It should be possible to stop test execution gracefully with signal || +|| Issue 366 || Enhancement || High || Stop execution if special "fatal" exception raised || +|| Issue 398 || Enhancement || High || Remove `Default Tags` and `Test Timeout` from test suite initialization files || +|| Issue 544 || Enhancement || High || Run all keywords in teardown even if there are failures || +|| Issue 474 || Defect || Medium || Byte strings containing non-ASCII characters not escaped on Jython || +|| Issue 499 || Defect || Medium || HTML entity references having values outside ISO-8859-1 are not resolved correctly. || +|| Issue 509 || Defect || Medium || Non-ASCII output returned by `Run` and `Start Process` keywords is decoded incorrectly when stdout is redirected (e.g. in CI environment) || +|| Issue 516 || Defect || Medium || Non-ASCII characters not shown correctly on the console output || +|| Issue 520 || Defect || Medium || Using a timeouted keyword with wrong number of arguments causes FrameworkError || +|| Issue 521 || Defect || Medium || Keywords executing other keywords (`Run Kw and Ignore/Expect Error`, `Wait Until Kw Succeeds`) hide syntax errors and timeouts || +|| Issue 523 || Defect || Medium || " character at the end of test suite documentation breaks report (and log) generation || +|| Issue 530 || Defect || Medium || Creating logs and reports fails on Jython when suite name and test name contain non-ASCII characters || +|| Issue 534 || Defect || Medium || Showing non-ASCII characters printed from Java libraries in logs depends on system encoding || +|| Issue 194 || Enhancement || Medium || Remove the old syntax for repeating a single keyword multiple times || +|| Issue 321 || Enhancement || Medium || Enhance listener `start_suite` method to provide test/suite names and and total test count || +|| Issue 341 || Enhancement || Medium || New `Set Test Message` keyword to set or override test message || +|| Issue 342 || Enhancement || Medium || New keyword `Run Keyword If Timeout Occurred` to BuiltIn || +|| Issue 343 || Enhancement || Medium || Add free metadata to attributes passed to start_suite and end_suite listener methods || +|| Issue 346 || Enhancement || Medium || New variable ${SUITE SOURCE} containing an absolute path to suite file or directory || +|| Issue 401 || Enhancement || Medium || Deprecate possibility to create scalar variables containing list in variable table ||
+|| Issue 404 || Enhancement || Medium || Better styles for `libdoc.py` ||
+|| Issue 427 || Enhancement || Medium || Allow variable files' `get_variables` to return any mapping || +|| Issue 484 || Enhancement || Medium || Deprecate the possibility to have scalar and list variables with same base name (e.g. `${FOO}` and `...@{foo}`) | | +|| Issue 490 || Enhancement || Medium || Remove parallel execution of keywords (`:PARALLEL` ) because it doesn't work correctly and requires special syntax || +|| Issue 528 || Enhancement || Medium || Argument files cannot have non-ASCII content || +|| Issue 531 || Enhancement || Medium || Show repr instead string value of the arguments and return value in the log file || +|| Issue 533 || Enhancement || Medium || Documentation should include the scope || +|| Issue 535 || Enhancement || Medium || Possibility to give custom styles for `libdoc.py` || +|| Issue 545 || Enhancement || Medium || New keyword 'Run Keyword And Continue On Failure' || +|| Issue 546 || Enhancement || Medium || New BuiltIn keyword `Fatal Error` to stop the whole test execution || +|| Issue 547 || Enhancement || Medium || Enhance install.py script so that pybot-script is not created when run with Jython || +|| Issue 497 || Documentation || Medium || Document that timeouts might cause performance problems if tests are executed with Python ||
+|| Issue 511 || Defect || Low || Easter is coming but the egg is missing ||
+|| Issue 522 || Defect || Low || Errors are corrupted when test data paths contain non-ASCII characters || +|| Issue 256 || Enhancement || Low || Change 'mode' argument 'Create File' to 'encoding' and deprecate 'Create File With Encoding' || +|| Issue 258 || Enhancement || Low || Remove deprecated `pattern_type` argument of `Grep File` keyword || +|| Issue 260 || Enhancement || Low || Remove deprecated `pattern_type` argument from `List Directory` keywords ||
+|| Issue 271 || Enhancement || Low || Remove deprecated `Syslog` keyword ||
+|| Issue 287 || Enhancement || Low || Remove deprecated `BuiltIn.Grep` keyword || +|| Issue 340 || Enhancement || Low || Increased the maximum size of the error message to 40 lines || +|| Issue 358 || Enhancement || Low || Remove deprecated `return_mode` argument of `Run` keyword || +|| Issue 514 || Enhancement || Low || Remove deprecated `mode` argument from `Read Process Output` keyword || +|| Issue 526 || Enhancement || Low || Remove already deprecated and ignored `--transform` option || +|| Issue 527 || Enhancement || Low || Remove deprecated `--colormonitor` option ||
+
+Altogether 50 issues.
+

Reply via email to