~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_branch/test_branch.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:
306
306
                         branch.repository.get_signature_text('A'))
307
307
 
308
308
    def test_branch_keeps_signatures(self):
309
 
        self.thisFailsStrictLockCheck()
310
309
        wt = self.make_branch_and_tree('source')
311
310
        wt.commit('A', allow_pointless=True, rev_id='A')
312
311
        repo = wt.branch.repository