Rev 4812: The last remaining use of bzrlib.transport.Server. in file:///home/vila/src/bzr/bugs/516183-test-server/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Fri Feb 5 18:55:57 GMT 2010
At file:///home/vila/src/bzr/bugs/516183-test-server/
------------------------------------------------------------
revno: 4812
revision-id: v.ladeuil+lp at free.fr-20100205185557-asu9qn6byaj411hk
parent: v.ladeuil+lp at free.fr-20100205182431-vsnvacyhgbqmr3o2
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 516183-test-server
timestamp: Fri 2010-02-05 19:55:57 +0100
message:
The last remaining use of bzrlib.transport.Server.
* bzrlib/transport/local.py:
(get_test_permutations.LocalURLServer): Silly incomplete modification.
-------------- next part --------------
=== modified file 'bzrlib/transport/local.py'
--- a/bzrlib/transport/local.py 2010-02-05 18:24:31 +0000
+++ b/bzrlib/transport/local.py 2010-02-05 18:55:57 +0000
@@ -558,7 +558,7 @@
"""Return the permutations to be used in testing."""
from bzrlib.tests import server
- class LocalURLServer(Server):
+ class LocalURLServer(server.Server):
"""A pretend server for local transports, using file:// urls.
Of course no actual server is required to access the local filesystem,
More information about the bazaar-commits
mailing list