~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_branch/test_branch.py

  • Committer: Andrew Bennetts
  • Date: 2009-08-25 01:25:57 UTC
  • mfrom: (4642 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4657.
  • Revision ID: andrew.bennetts@canonical.com-20090825012557-1ku5o09nv3ra9n12
Merge from bzr.dev.

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