~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2008-12-10 17:22:13 UTC
  • mfrom: (3890 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3912.
  • Revision ID: john@arbash-meinel.com-20081210172213-h2b0auuil3qaz28u
Merge bzr.dev 3890, bring in the FIFOCache.

Show diffs side-by-side

added added

removed removed

Lines of Context:
859
859
    prefix = 'bzrlib.tests.per_repository.'
860
860
    test_repository_modules = [
861
861
        'test_add_fallback_repository',
 
862
        'test_add_inventory_by_delta',
862
863
        'test_break_lock',
863
864
        'test_check',
864
865
        # test_check_reconcile is intentionally omitted, see below.