More cleanup.

This commit is contained in:
Lance Stout
2010-10-27 15:02:21 -04:00
parent 20112f8e16
commit 5424ede413
3 changed files with 40 additions and 6 deletions

View File

@@ -141,7 +141,6 @@ class SleekTest(unittest.TestCase):
afrom=None, ato=None, pending_out=None, pending_in=None,
groups=None):
roster = self.xmpp.roster[owner][jid]
print roster._state
if name is not None:
self.assertEqual(roster['name'], name,
"Incorrect name value: %s" % roster['name'])