2 new revisions:

Revision: e7da3192c4ef
Branch:   default
Author:   Robot Framework Developers (robotframew...@gmail.com)
Date:     Thu Jan 23 13:28:38 2014 UTC
Log: UG: Documented new 'continuable' and 'fatal' entries in Remote result ...
http://code.google.com/p/robotframework/source/detail?r=e7da3192c4ef

Revision: ce7ca5f85eda
Branch:   default
Author:   Robot Framework Developers (robotframew...@gmail.com)
Date:     Thu Jan 23 13:28:51 2014 UTC
Log:      Automated merge with https://robotframework.googlecode.com/hg/
http://code.google.com/p/robotframework/source/detail?r=ce7ca5f85eda

==============================================================================
Revision: e7da3192c4ef
Branch:   default
Author:   Robot Framework Developers (robotframew...@gmail.com)
Date:     Thu Jan 23 13:28:38 2014 UTC
Log: UG: Documented new 'continuable' and 'fatal' entries in Remote result dictionary

Update issue 1628
Status: Done
Documented the new entries in the result dictionary in the User Guide.

Remote library had already been updated and issue 1627 covers changes to
remore server. This issue is done.
http://code.google.com/p/robotframework/source/detail?r=e7da3192c4ef

Modified:
 /doc/userguide/src/ExtendingRobotFramework/RemoteLibrary.rst

=======================================
--- /doc/userguide/src/ExtendingRobotFramework/RemoteLibrary.rst Thu Jan 23 10:14:18 2014 UTC +++ /doc/userguide/src/ExtendingRobotFramework/RemoteLibrary.rst Thu Jan 23 13:28:38 2014 UTC
@@ -264,12 +264,13 @@
 calls remote server's :code:`run_keyword` method and passes it the
 keyword name, a list of arguments, and possibly a dictionary of
 `free keyword arguments`__. Base types can be used as
-arguments directly but more complex types are `converted to supported
+arguments directly, but more complex types are `converted to supported
 types`__.

 The server must return results of the execution in a result dictionary
 (or map, depending on terminology) containing items explained in the
-following table.
+following table. Notice that only the :code:`status` entry is mandatory,
+others can be omitted if they are not applicable.

 .. table:: Entries in the remote result dictionary
    :class: tabular
@@ -294,12 +295,21 @@
| traceback | Possible stack trace to `write into the log file`__ using | | | DEBUG level when the execution fails. | +------------+-------------------------------------------------------------+ + | continuable| When set to :code:`True`, or any value considered | + | | :code:`True` in Python, the occurred failure is considered | + | | continuable__. New in Robot Framework 2.8.4. | + +------------+-------------------------------------------------------------+ + | fatal | Like :code:`continuable`, but denotes that the occurred | + | | failure is fatal__. Also new in Robot Framework 2.8.4. | + +------------+-------------------------------------------------------------+

 __ `Different argument syntaxes`_
 __ `Supported argument and return value types`_
 __ `Logging information`_
 __ `Supported argument and return value types`_
 __ `Reporting keyword status`_
+__ `Continue on failure`_
+__ `Stopping test execution gracefully`_

 Different argument syntaxes
 '''''''''''''''''''''''''''

==============================================================================
Revision: ce7ca5f85eda
Branch:   default
Author:   Robot Framework Developers (robotframew...@gmail.com)
Date:     Thu Jan 23 13:28:51 2014 UTC
Log:      Automated merge with https://robotframework.googlecode.com/hg/
http://code.google.com/p/robotframework/source/detail?r=ce7ca5f85eda


--

--- 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.

Reply via email to