summaryrefslogtreecommitdiff
path: root/tests/test_stream_roster.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2010-10-27 08:09:50 -0400
committerLance Stout <lancestout@gmail.com>2010-11-17 01:49:51 -0500
commit69d430dd75f526984fd6ea6f9db294731698712c (patch)
treeb3e6a1eec56cde1633486cc91cf92bc2362b587c /tests/test_stream_roster.py
parent673545c7e48d86b02f811ad239ed317e4bca0bbc (diff)
downloadslixmpp-69d430dd75f526984fd6ea6f9db294731698712c.tar.gz
slixmpp-69d430dd75f526984fd6ea6f9db294731698712c.tar.bz2
slixmpp-69d430dd75f526984fd6ea6f9db294731698712c.tar.xz
slixmpp-69d430dd75f526984fd6ea6f9db294731698712c.zip
Cleaned up names.
Diffstat (limited to 'tests/test_stream_roster.py')
-rw-r--r--tests/test_stream_roster.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_stream_roster.py b/tests/test_stream_roster.py
index 8ffd86aa..7edaecd1 100644
--- a/tests/test_stream_roster.py
+++ b/tests/test_stream_roster.py
@@ -41,7 +41,7 @@ class TestStreamRoster(SleekTest):
# Wait for get_roster to return.
t.join()
- print self.xmpp.rosters['tester@localhost']['user@localhost']._state
+ print self.xmpp.roster['tester@localhost']['user@localhost']._state
self.check_roster('tester@localhost', 'user@localhost',
name='User',
subscription='from',