Revision: 56d56fc95fb7
Author:   Pekka Klärck
Date:     Mon Jul 25 15:36:06 2011
Log:      regen issue list after tuning priorities and summaries
http://code.google.com/p/robotframework/source/detail?repo=wiki&r=56d56fc95fb7

Modified:
 /FinalReleaseNotes26.wiki

=======================================
--- /FinalReleaseNotes26.wiki   Mon Jul 25 15:21:04 2011
+++ /FinalReleaseNotes26.wiki   Mon Jul 25 15:36:06 2011
@@ -249,7 +249,7 @@
 Because summary reports did not provide any value anymore they were
 removed (issue 864).

-== `testdoc.py` tool does not work ==
+== `testdoc.py` tool does not work currently ==

Unfortunately [http://code.google.com/p/robotframework/wiki/TestDataDocumentationTool testdoc.py tool] is not compatible with RF 2.6 (issue 908). Hopefully this useful tool can be fixed already in 2.6.1.

@@ -307,12 +307,13 @@
|| Issue 360 || Enhancement || Critical || Possibility to view log file without loading it into memory fully || || Issue 898 || Enhancement || Critical || Transparent log splitting option || || Issue 861 || Defect || High || Splitting outputs is not compatible with new logs and must be removed || +|| Issue 863 || Defect || High || Not always easy to see all failed tests and all failed critical tests in report || || Issue 339 || Enhancement || High || Provide logging facility for developers of Robot Framework Extension Libraries || +|| Issue 455 || Enhancement || High || Support for Python standard `logging` module ||
 || Issue 711 || Enhancement || High || Keyword teardown functionality ||
|| Issue 824 || Enhancement || High || Faster and more memory efficient log and report generation when running tests || || Issue 849 || Enhancement || High || It should be possible to select tests that are shown in report to make its size smaller || || Issue 854 || Enhancement || High || Regular expression support for embedded argument syntax || -|| Issue 863 || Enhancement || High || Not always easy to see all failed tests and all failed critical tests in report || || Issue 822 || Defect || Medium || Cannot import two libraries with same name using physical path || || Issue 827 || Defect || Medium || Dynamic keywords ignored if getting documentation or arguments fails || || Issue 832 || Defect || Medium || Execution crashes if listener method `message` fails repeatingly ||
@@ -321,8 +322,8 @@
|| Issue 899 || Defect || Medium || Links from report are not guaranteed to be unique || || Issue 900 || Defect || Medium || `Run Keyword And Continue On Failure` does not work with user keywords inside FOR loop || || Issue 109 || Enhancement || Medium || `Should (Not) Be Equal As Numbers` and `Convert To Number` should take precision as an optional argument || -|| Issue 455 || Enhancement || Medium || Support for Python standard `logging` module || || Issue 456 || Enhancement || Medium || Possibility to get accurate timestamp when logging messages through stdout || +|| Issue 680 || Enhancement || Medium || Allow accessing JVM properties in test data using format %{property.name} || || Issue 736 || Enhancement || Medium || Uncatchable syntax errors should be turned into normal failures when possible || || Issue 767 || Enhancement || Medium || Callling `sys.exit()` only when it is certain that Robot is executed from the command line || || Issue 802 || Enhancement || Medium || Command line option `--RunEmptySuite` to allow execution even if there are no tests ||
@@ -337,7 +338,7 @@
|| Issue 864 || Enhancement || Medium || Remove summary reports because they are not needed after enhancements to normal reports || || Issue 875 || Enhancement || Medium || Always visible link from report to log and from log to report || || Issue 892 || Enhancement || Medium || Messages logged by libraries when they are imported and initialized should go to syslog || -|| Issue 896 || Enhancement || Medium || New BuiltIn Keyword "Keywords Should Exist" || +|| Issue 896 || Enhancement || Medium || New `BuiltIn` keyword `Keywords Should Exist` || || Issue 897 || Enhancement || Medium || Add name of the possible template to `start/end_test listener` methods || || Issue 909 || Enhancement || Medium || Add option to `Collections.Lists Should be Equal` to name indices || || Issue 889 || Documentation || Medium || Document that Easy Install by default installs latest version even if that is alpha/beta/rc ||
@@ -349,7 +350,6 @@
|| Issue 307 || Enhancement || Low || Paths should not be case-normalized | | || Issue 506 || Enhancement || Low || Remove `deprecated_absolute` argument from `List Directory` keywords || || Issue 507 || Enhancement || Low || Remove the deprecated `Create File With Encoding` keyword || -|| Issue 680 || Enhancement || Low || Allow accessing JVM properties in test data using format %{property.name} || || Issue 733 || Enhancement || Low || Deprecate old screenshot taking keywords and remove deprecated `log_file_directory` argument and `Set Screenshot Directories` keyword || || Issue 834 || Enhancement || Low || Integer variables like `${42}` should create `int` type not `long` || || Issue 846 || Enhancement || Low || Tag stat links should be serialized to XML ||

Reply via email to