/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_transform.py

Merge bzr.dev.

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')
1844
1847
        source = self.make_branch_and_tree('source')
1845
1848
        self.build_tree(['source/file', 'source/FILE'])
1846
1849
        source.add(['file', 'FILE'], ['lower-id', 'upper-id'])