Code cleanup

darcs-hash:20061009173709-86b55-949f17ec584767d3582e47330efe942e298f9feb.gz
This commit is contained in:
David Rousselie
2006-10-09 19:37:09 +02:00
parent cb016a5406
commit 56dbebe6c2
4 changed files with 33 additions and 30 deletions

View File

@@ -97,5 +97,5 @@ class Sender_TestCase(unittest.TestCase):
name = "test", \
jid = "test@jcl.test.com")
sender.send(to_account = account, \
message = "Hello World")
data = "Hello World")
self.assertTrue(True)