From: Ed Page Date: Wed, 6 Jan 2010 02:25:54 +0000 (-0600) Subject: FIxing the other hand test after the rename of username -> account X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=59bac9cbea74c17f27473d94634bc4f4c4ed7a20;p=theonering FIxing the other hand test after the rename of username -> account --- diff --git a/hand_tests/presence.py b/hand_tests/presence.py index 5339038..0a90e7f 100755 --- a/hand_tests/presence.py +++ b/hand_tests/presence.py @@ -27,7 +27,7 @@ from telepathy.constants import CONNECTION_STATUS_CONNECTED, \ DBUS_PROPERTIES = 'org.freedesktop.DBus.Properties' -class Example (object): +class Example(object): def __init__ (self, account, password, forward): """e.g. account = 'bob@example.com/test' @@ -45,7 +45,7 @@ class Example (object): # Begin Example 2-3 cm[CONNECTION_MANAGER].RequestConnection('sip', { - 'username': account, + 'account': account, 'forward': forward, 'password': password, },