~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Merge with get_file_sha1

Show diffs side-by-side

added added

removed removed

Lines of Context:
920
920
class TestIllegalPaths(TestCaseWithWorkingTree):
921
921
 
922
922
    def test_bad_fs_path(self):
 
923
        if osutils.normalizes_filenames():
 
924
            # You *can't* create an illegal filename on OSX.
 
925
            raise tests.TestNotApplicable('OSX normalizes filenames')
923
926
        self.requireFeature(tests.UTF8Filesystem)
924
927
        # We require a UTF8 filesystem, because otherwise we would need to get
925
928
        # tricky to figure out how to create an illegal filename.