[Bug 24395] Make Gabble portable to non-Linux

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Mar 25 18:41:14 CET 2010


http://bugs.freedesktop.org/show_bug.cgi?id=24395





--- Comment #29 from Will Thompson <will.thompson at collabora.co.uk>  2010-03-25 10:41:02 PST ---
---
a/tests/twisted/file-transfer/test-receive-file-and-sender-disconnect-while-pending.py
+++
b/tests/twisted/file-transfer/test-receive-file-and-sender-disconnect-while-pending.py
@@ -21,7 +21,8 @@ class
ReceiveFileAndSenderDisconnectWhilePendingTest(ReceiveFileTest):

         # We can't accept the transfer now
         try:
-            self.ft_channel.AcceptFile(cs.SOCKET_ADDRESS_TYPE_UNIX,
+            # IPv4 is otherwise guaranteed to be available
+            self.ft_channel.AcceptFile(cs.SOCKET_ADDRESS_TYPE_IPV4,

s,otherwise,always, ?

+    raise SystemExit(77)    # skipped on non-unix for now

Say why?

Otherwise looks reasonable!


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.



More information about the telepathy-bugs mailing list