~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_non_ascii.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-08-21 03:07:43 UTC
  • mfrom: (4627.2.4 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090821030743-d3ydo9cq7ajbn0ew
(robertc) Fix many locking errors on windows due to a small bug in
        merge.transform_tree. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
287
287
        #       the files around as much.
288
288
        # Note that the tests don't actually fail, but if we don't set this
289
289
        # flag, we end up getting "Lock was not Unlocked" warnings
290
 
        self.thisFailsStrictLockCheck() # clone?
291
290
 
292
291
        dirname = self.info['directory']
293
292
        self.run_bzr_decode(['push', dirname])