~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2011-05-04 22:23:20 UTC
  • mfrom: (5825 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5830.
  • Revision ID: jelmer@samba.org-20110504222320-bczsppms2wadcrb4
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
def load_tests(basic_tests, module, loader):
39
39
    testmod_names = [
 
40
        'test_add_inventory_by_delta',
40
41
        'test_check',
41
42
        'test_check_reconcile',
 
43
        'test_fetch',
42
44
        'test_reconcile',
43
45
        'test_repository',
44
46
        ]