~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_clean_tree.py

Abbreviate pack_stat struct format to '>6L'

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
        def _dummy_rmtree(path, ignore_errors=False, onerror=None):
99
99
            """Call user supplied error handler onerror.
100
100
            """
101
 
            self.assertTrue(isinstance(onerror, types.FunctionType))
102
101
            # Indicate failure in removing 'path' if path is subdir0
103
102
            # We later check to ensure that this is indicated
104
103
            # to the user as a warning. We raise OSError to construct