~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/workingtree_implementations/__init__.py

  • Committer: Robert Collins
  • Date: 2006-05-04 13:01:28 UTC
  • mto: (1697.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 1701.
  • Revision ID: robertc@robertcollins.net-20060504130128-32da543d660b7061
Teach WorkingTree about break-lock.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
    result = TestSuite()
53
53
    test_workingtree_implementations = [
54
54
        'bzrlib.tests.workingtree_implementations.test_basis_inventory',
 
55
        'bzrlib.tests.workingtree_implementations.test_break_lock',
55
56
        'bzrlib.tests.workingtree_implementations.test_is_control_filename',
56
57
        'bzrlib.tests.workingtree_implementations.test_pull',
57
58
        'bzrlib.tests.workingtree_implementations.test_workingtree',