Rev 5293: Cleanup comments that were wrong finally :) in file:///home/vila/src/bzr/experimental/leaking-tests/

Vincent Ladeuil v.ladeuil+lp at free.fr
Wed Jun 23 16:40:43 BST 2010


At file:///home/vila/src/bzr/experimental/leaking-tests/

------------------------------------------------------------
revno: 5293
revision-id: v.ladeuil+lp at free.fr-20100623154043-0jqj1pnxlwsf7j6g
parent: v.ladeuil+lp at free.fr-20100623153004-z0y8qjrn10idme4s
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: propagate-exceptions
timestamp: Wed 2010-06-23 17:40:43 +0200
message:
  Cleanup comments that were wrong finally :)
-------------- next part --------------
=== modified file 'bzrlib/tests/stub_sftp.py'
--- a/bzrlib/tests/stub_sftp.py	2010-06-17 09:23:27 +0000
+++ b/bzrlib/tests/stub_sftp.py	2010-06-23 15:40:43 +0000
@@ -418,9 +418,6 @@
         decorator.
         """
         if self.add_latency > 0.000001:
-            # FIXME: We appear to use SocketDelay for the server socket only, I
-            # don't think that gets magically propagated to client
-            # sockets... -- vila 20100526
             sock = SocketDelay(sock, self.add_latency)
         return self._run_server(sock)
 

=== modified file 'bzrlib/tests/test_transport.py'
--- a/bzrlib/tests/test_transport.py	2010-06-23 15:30:04 +0000
+++ b/bzrlib/tests/test_transport.py	2010-06-23 15:40:43 +0000
@@ -989,5 +989,3 @@
         # And the rest are threads
         for t in started[1:]:
             t.join()
-
-



More information about the bazaar-commits mailing list