At file:///home/vila/src/bzr/cleanup/test-servers/
------------------------------------------------------------
revno: 5031
revision-id: [email protected]
parent: [email protected]
committer: Vincent Ladeuil <[email protected]>
branch nick: test-servers
timestamp: Tue 2010-02-09 18:30:07 +0100
message:
Fix some missing prefixes.
=== modified file 'bzrlib/tests/test_server.py'
--- a/bzrlib/tests/test_server.py 2010-02-09 17:29:26 +0000
+++ b/bzrlib/tests/test_server.py 2010-02-09 17:30:07 +0000
@@ -161,7 +161,7 @@
def get_decorator_class(self):
from bzrlib.transport import fakevfat
- return FakeVFATTransportDecorator
+ return fakevfat.FakeVFATTransportDecorator
class LogDecoratorServer(DecoratorServer):
@@ -177,7 +177,7 @@
def get_decorator_class(self):
from bzrlib.transport import nosmart
- return NoSmartTransportDecorator
+ return nosmart.NoSmartTransportDecorator
class ReadonlyServer(DecoratorServer):
@@ -193,7 +193,7 @@
def get_decorator_class(self):
from bzrlib.transport import trace
- return TransportTraceDecorator
+ return trace.TransportTraceDecorator
class UnlistableServer(DecoratorServer):
--
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits