~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/workingtree_implementations/test_rename_one.py

Merge with get_file_sha1

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
from bzrlib import (
22
22
    errors,
23
23
    osutils,
 
24
    tests,
24
25
    )
25
26
 
26
27
from bzrlib.workingtree_4 import WorkingTreeFormat4
310
311
                               ('a/b', 'b-id')], tree.basis_tree())
311
312
 
312
313
    def test_rename_to_denormalised_fails(self):
 
314
        if osutils.normalizes_filenames():
 
315
            raise tests.TestNotApplicable('OSX normalizes filenames')
313
316
        tree = self.make_branch_and_tree('.')
314
317
        self.build_tree(['a'])
315
318
        tree.add(['a'])