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