~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_msgeditor.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-08-14 15:22:39 UTC
  • mfrom: (4523.4.21 1.18-lock-warnings)
  • Revision ID: pqm@pqm.ubuntu.com-20090814152239-m0ybwy7vfs32exeh
(jam) Update the test suite to cause failures when we take out
        multiple locks on the same file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
 
82
82
    def make_multiple_pending_tree(self):
83
83
        from bzrlib import config
 
84
        self.thisFailsStrictLockCheck() # clone?
84
85
        config.GlobalConfig().set_user_option('email',
85
86
                                              'Bilbo Baggins <bb@hobbit.net>')
86
87
        tree = self.make_branch_and_tree('a')