/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to brzlib/tests/test_lockdir.py

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 18:06:19 UTC
  • mto: This revision was merged to the branch mainline in revision 6623.
  • Revision ID: jelmer@jelmer.uk-20170521180619-5qoo0470asgdnljt
Fix more tests (all?)

Show diffs side-by-side

added added

removed removed

Lines of Context:
199
199
            r' \(process #\d+\), acquired .* ago\.\n'
200
200
            r'Will continue to try until \d{2}:\d{2}:\d{2}, unless '
201
201
            r'you press Ctrl-C.\n'
202
 
            r'See "bzr help break-lock" for more.')
 
202
            r'See "brz help break-lock" for more.')
203
203
 
204
204
    def test_31_lock_wait_easy(self):
205
205
        """Succeed when waiting on a lock with no contention.