~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Aaron Bentley
  • Date: 2006-12-11 03:11:05 UTC
  • mto: (2255.6.1 dirstate)
  • mto: This revision was merged to the branch mainline in revision 2322.
  • Revision ID: aaron.bentley@utoronto.ca-20061211031105-xne52056x5ozz8yc
Add add_reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
def test_suite():
52
52
    result = TestSuite()
53
53
    test_workingtree_implementations = [
 
54
        'bzrlib.tests.workingtree_implementations.test_add_reference',
54
55
        'bzrlib.tests.workingtree_implementations.test_basis_inventory',
55
56
        'bzrlib.tests.workingtree_implementations.test_break_lock',
56
57
        'bzrlib.tests.workingtree_implementations.test_changes_from',