FIxing the other hand test after the rename of username -> account
authorEd Page <eopage@byu.net>
Wed, 6 Jan 2010 02:25:54 +0000 (20:25 -0600)
committerEd Page <eopage@byu.net>
Wed, 6 Jan 2010 02:25:54 +0000 (20:25 -0600)
hand_tests/presence.py

index 5339038..0a90e7f 100755 (executable)
@@ -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,
                        },