~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: John Arbash Meinel
  • Date: 2006-07-07 15:20:33 UTC
  • mto: This revision was merged to the branch mainline in revision 1846.
  • Revision ID: john@arbash-meinel.com-20060707152033-b9840586a3e0ab49
Move the new locking tests into their own files, and move the helper functions into a test helper.

Show diffs side-by-side

added added

removed removed

Lines of Context:
451
451
        self.lock = lock
452
452
 
453
453
 
454
 
class TestPreventLocking(LockError):
455
 
    """A test exception for forcing locking failure: %(message)s"""
456
 
 
457
 
 
458
454
class PointlessCommit(BzrNewError):
459
455
    """No changes to commit"""
460
456