/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_osutils.py

Merge fix for bug #583667 from 2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1062
1062
        self.assertExpectedBlocks(expected_dirblocks[1:], result)
1063
1063
 
1064
1064
    def test_walkdirs_os_error(self):
1065
 
        # <https://bugs.edge.launchpad.net/bzr/+bug/338653>
 
1065
        # <https://bugs.launchpad.net/bzr/+bug/338653>
1066
1066
        # Pyrex readdir didn't raise useful messages if it had an error
1067
1067
        # reading the directory
1068
1068
        if sys.platform == 'win32':