[telepathy-gabble/master] test-receive-file-and-disconnect.py: explain why we return True in this part of the test

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Tue Jul 14 02:13:21 PDT 2009


---
 .../test-receive-file-and-disconnect.py            |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/file-transfer/test-receive-file-and-disconnect.py b/tests/twisted/file-transfer/test-receive-file-and-disconnect.py
index ce2987e..337eb38 100644
--- a/tests/twisted/file-transfer/test-receive-file-and-disconnect.py
+++ b/tests/twisted/file-transfer/test-receive-file-and-disconnect.py
@@ -6,7 +6,8 @@ class ReceiveFileAndDisconnectTest(ReceiveFileTest):
         s = self.create_socket()
         s.connect(self.address)
 
-        # disconnect
+        # return True so the test will be ended and the connection
+        # disconnected
         return True
 
 if __name__ == '__main__':
-- 
1.5.6.5



More information about the telepathy-commits mailing list