# HG changeset patch # User Paul Boddie # Date 1342915231 -7200 # Node ID 4dea36b3c060444f3528013e0de1c5d1263c39eb # Parent 710ca8cada97fc3c4ad2c8c42adf00aaa0522e52 Show the response from the message sending. diff -r 710ca8cada97 -r 4dea36b3c060 tests/test_send.py --- a/tests/test_send.py Sun Jul 22 01:58:24 2012 +0200 +++ b/tests/test_send.py Sun Jul 22 02:00:31 2012 +0200 @@ -18,7 +18,7 @@ try: signed_message = signMessage(email_message, signer) encrypted_message = encryptMessage(signed_message, recipient) - sendMessage(encrypted_message, host, path) + print sendMessage(encrypted_message, host, path) except MoinMessageError, exc: print exc