~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_diff.py

Found a couple CDV left

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
        udiff_lines([], [1023 * 'a' + '\x00'], allow_binary=True)
63
63
 
64
64
 
65
 
class TestCDVDiffLib(TestCase):
 
65
class TestPatienceDiffLib(TestCase):
66
66
 
67
67
    def test_unique_lcs(self):
68
68
        self.assertEquals(unique_lcs('', ''), [])
323
323
                                 sequencematcher=PatienceSequenceMatcher)))
324
324
 
325
325
 
326
 
class TestCDVDiffLibFiles(TestCaseInTempDir):
 
326
class TestPatienceDiffLibFiles(TestCaseInTempDir):
327
327
 
328
328
    def test_patience_unified_diff_files(self):
329
329
        txt_a = ['hello there\n',