~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_clean_tree.py

(jameinel) (bug #780544) when updating the WT,
 allow it to be done with a fast delta,
 rather than setting the state from scratch. (John A Meinel)

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))
101
102
            # Indicate failure in removing 'path' if path is subdir0
102
103
            # We later check to ensure that this is indicated
103
104
            # to the user as a warning. We raise OSError to construct