Revision: 1136fee7915f
Branch: default
Author: robotframew...@gmail.com
Date: Tue Jun 11 07:47:45 2013
Log: Edited wiki page ReleaseNotes28 through web user interface.
http://code.google.com/p/robotframework/source/detail?r=1136fee7915f&repo=wiki
Modified:
/ReleaseNotes28.wiki
=======================================
--- /ReleaseNotes28.wiki Tue Jun 11 07:36:33 2013
+++ /ReleaseNotes28.wiki Tue Jun 11 07:47:45 2013
@@ -64,7 +64,7 @@
=== Support for Python's keyword arguments ===
-Python has a so called keyword argument syntax (`**kwarsg`) which is now
supported by
+Python has a so-called keyword argument syntax (`**kwargs`) which is now
supported by
[http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html#free-keyword-arguments
Robot Framework as well].
For example, if we have a keyword like below (like we have in the new
[ProcessLibrary Process] library):
@@ -88,7 +88,7 @@
=== Creating reports and xUnit outputs is possible without processing
output.xml ===
-If tests are run with `--log NONE`, report and possible xUnit output are
created without processing output.xml (issue 1432). This can save both time
and memory considerably.
+Reports and xUnit outputs can now be created as part of test execution
without processing output.xml (issue 1432). If logs files are not needed,
disabling them with `--log NONE` can thus save time and memory considerably.
=== Variable related enhancements ===
@@ -143,10 +143,9 @@
Using timeouts is pretty rare, so most of the time test cases and keywords
just
had `timeout=""`. This increased XML size without any real benefits.
-The change is backwards incompatible because XML readers cannot expect
timeout
-attribute to exist. This should not be a big problem because most readers
are not
-likely to care about the timeout. Those that care, can easily use a default
-value when the attribute is not present.
+The change is backwards incompatible because external XML readers cannot
anymore expect timeout
+attribute to exist. In those rare cases that some external tool is
actually interested in the timeout value,
+updating it to handle this situation should not be a problem.
=== Command line option errors are now fatal ===
--
---
You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.