diff options
author | Lance Stout <lancestout@gmail.com> | 2010-10-27 08:09:50 -0400 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2010-10-27 08:09:50 -0400 |
commit | c6ed4b8a1d26e25c221d88052f23963ceeeb21ab (patch) | |
tree | 3c141088d076868022980b4c69a608a280146092 /tests/test_stream_roster.py | |
parent | 65aa6573df3a8f298e7df96473014c19216971ef (diff) | |
download | slixmpp-c6ed4b8a1d26e25c221d88052f23963ceeeb21ab.tar.gz slixmpp-c6ed4b8a1d26e25c221d88052f23963ceeeb21ab.tar.bz2 slixmpp-c6ed4b8a1d26e25c221d88052f23963ceeeb21ab.tar.xz slixmpp-c6ed4b8a1d26e25c221d88052f23963ceeeb21ab.zip |
Cleaned up names.
Diffstat (limited to 'tests/test_stream_roster.py')
-rw-r--r-- | tests/test_stream_roster.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_stream_roster.py b/tests/test_stream_roster.py index 67da6e6c..f5617fb6 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', |