54
54
# make a branch that can be opened over the smart transport
55
55
self.local_wt = BzrDir.create_standalone_workingtree('.')
57
61
def test_is_readonly(self):
58
62
# XXX: this is a poor way to test RemoteTransport, but currently there's
59
63
# no easy way to substitute in a fake client on a transport like we can