Rev 6059: Fix typo. in file:///home/vila/src/bzr/bugs/869366-test-server-race/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Thu Nov 24 15:44:05 UTC 2011
At file:///home/vila/src/bzr/bugs/869366-test-server-race/
------------------------------------------------------------
revno: 6059
revision-id: v.ladeuil+lp at free.fr-20111124154405-6a950way35scdbes
parent: v.ladeuil+lp at free.fr-20111109160552-qqa88x55f70o4yh8
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 869366-test-server-race
timestamp: Thu 2011-11-24 16:44:05 +0100
message:
Fix typo.
-------------- next part --------------
=== modified file 'bzrlib/tests/test_test_server.py'
--- a/bzrlib/tests/test_test_server.py 2011-11-09 16:05:52 +0000
+++ b/bzrlib/tests/test_test_server.py 2011-11-24 15:44:05 +0000
@@ -204,7 +204,7 @@
# http://pad.lv/869366 was wrongly checking the server thread which
# works for TestingTCPServer where the connection is handled in the
# same thread than the server one but was racy for
- # TestingThreadingTCPServer. Since we the connection thread detaches
+ # TestingThreadingTCPServer. Since the connection thread detaches
# itself before handling the request, we are guaranteed that the
# exception won't leak into the server thread anymore.
self.assertRaises(FailToRespond,
More information about the bazaar-commits
mailing list