Revision: fedfa9072b47
Branch: default
Author: Pekka Klärck
Date: Mon Dec 2 09:19:06 2013 UTC
Log: UG: Enhanced Remote lib docs a little.
Update issue 1596
Enhanced docs a little.
http://code.google.com/p/robotframework/source/detail?r=fedfa9072b47
Modified:
/doc/userguide/RobotFrameworkUserGuide.html
/doc/userguide/src/ExtendingRobotFramework/RemoteLibrary.rst
=======================================
--- /doc/userguide/RobotFrameworkUserGuide.html Fri Nov 29 22:29:12 2013 UTC
+++ /doc/userguide/RobotFrameworkUserGuide.html Mon Dec 2 09:19:06 2013 UTC
@@ -15027,8 +15027,8 @@
The main difference is that
remote servers' <span class="code">run_keyword</span> method must have
optional third argument
that gets the kwargs specified by the user. The third argument must be
optional
-because, for backwards-compatibility reasons, the Remote library only
passes
-kwargs to it when they have been used in the test data.</p>
+because, for backwards-compatibility reasons, the Remote library passes
kwargs
+to the <span class="code">run_keyword</span> method only when they have
been used in the test data.</p>
<p>In practice <span class="code">run_keyword</span> should look something
like the following
Python and Java examples, depending on how the language handles optional
arguments.</p>
@@ -17670,7 +17670,7 @@
<div class="footer">
<hr class="footer" />
<p>Generated by <a class="reference external"
href="http://docutils.sourceforge.net/rst.html">reStructuredText</a>.
Syntax highlighting by <a class="reference external"
href="http://pygments.org/">Pygments</a>.</p>
-<p>Generated on: 2013-11-29 22:28 UTC.
+<p>Generated on: 2013-12-02 09:16 UTC.
</p>
</div>
=======================================
--- /doc/userguide/src/ExtendingRobotFramework/RemoteLibrary.rst Fri Nov 29
22:29:06 2013 UTC
+++ /doc/userguide/src/ExtendingRobotFramework/RemoteLibrary.rst Mon Dec 2
09:19:06 2013 UTC
@@ -300,14 +300,13 @@
The main difference is that
remote servers' :code:`run_keyword` method must have optional third
argument
that gets the kwargs specified by the user. The third argument must be
optional
-because, for backwards-compatibility reasons, the Remote library only
passes
-kwargs to it when they have been used in the test data.
+because, for backwards-compatibility reasons, the Remote library passes
kwargs
+to the :code:`run_keyword` method only when they have been used in the
test data.
In practice :code:`run_keyword` should look something like the following
Python and Java examples, depending on how the language handles optional
arguments.
-
.. sourcecode:: python
def run_keyword(name, args, kwargs=None):
--
---
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.