~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_transform.py

  • Committer: John Arbash Meinel
  • Date: 2009-03-27 22:29:55 UTC
  • mto: (3735.39.2 clean)
  • mto: This revision was merged to the branch mainline in revision 4280.
  • Revision ID: john@arbash-meinel.com-20090327222955-utifmfm888zerixt
Implement apply_delta_to_source which doesn't have to malloc another string.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1841
1841
        self.assertTrue(source.is_executable('file1-id'))
1842
1842
 
1843
1843
    def test_case_insensitive_build_tree_inventory(self):
1844
 
        if (not tests.CaseInsensitiveFilesystemFeature.available()
1845
 
            or not tests.CaseInsCasePresFilenameFeature.available()):
1846
 
            raise tests.UnavailableFeature('Fully case sensitive filesystem')
1847
1844
        source = self.make_branch_and_tree('source')
1848
1845
        self.build_tree(['source/file', 'source/FILE'])
1849
1846
        source.add(['file', 'FILE'], ['lower-id', 'upper-id'])