~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Robert Collins
  • Date: 2009-08-20 04:09:58 UTC
  • mto: This revision was merged to the branch mainline in revision 4635.
  • Revision ID: robertc@robertcollins.net-20090820040958-3b3cuuwooz03rnpm
Mark tests that now work as working.

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