105
108
"""Fail to create lock on readonly transport"""
106
109
t = self.get_readonly_transport()
107
110
lf = LockDir(t, 'test_lock')
110
113
def test_12_lock_readonly_transport(self):
111
114
"""Fail to lock on readonly transport"""
112
115
lf = LockDir(self.get_transport(), 'test_lock')
114
117
lf = LockDir(self.get_readonly_transport(), 'test_lock')
117
120
def test_20_lock_contested(self):
118
121
"""Contention to get a lock"""