SF.net SVN: fclient: [483] trunk/fcp2/src/fcp2/test_fcp/test_client.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-02 07:05:23
|
Revision: 483
http://fclient.svn.sourceforge.net/fclient/?rev=483&view=rev
Author: jUrner
Date: 2008-07-02 00:05:32 -0700 (Wed, 02 Jul 2008)
Log Message:
-----------
fixed broken docstrings
Modified Paths:
--------------
trunk/fcp2/src/fcp2/test_fcp/test_client.py
Modified: trunk/fcp2/src/fcp2/test_fcp/test_client.py
===================================================================
--- trunk/fcp2/src/fcp2/test_fcp/test_client.py 2008-07-02 07:05:23 UTC (rev 482)
+++ trunk/fcp2/src/fcp2/test_fcp/test_client.py 2008-07-02 07:05:32 UTC (rev 483)
@@ -113,7 +113,7 @@
):
"""Tests if we received a certain event from the client
@param expectedEvent: the event expected or None if no event is expected
- @param messageName: expected mesageName or None if no message is expected
+ @param message: expected mesage or None if no message is expected
@param param1: tuple(paramName, value) of a message parameter expected
@param data: data expected along with the message or None
@@ -174,7 +174,7 @@
data=None
):
"""Tests if we received a certain message from the client
- @param messageName: expected mesageName or None if no message is expected
+ @param message: expected mesage or None if no message is expected
@param param1: tuple(paramName, value) of a message parameter expected
@param data: data expected along with the message or None
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|