209
209
class TestWeave(TestCaseWithTransport, VersionedFileTestMixIn):
211
211
def get_file(self, name='foo'):
214
214
def get_file_corrupted_text(self):
216
216
w.add_lines('v1', [], ['hello\n'])
217
217
w.add_lines('v2', ['v1'], ['hello\n', 'there\n'])