/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-04-07 13:56:43 UTC
  • mfrom: (4241.6.9 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090407135643-r15qstzbwg87d2nq
(robertc) Add --development6-rich-root,
        disabling the legacy and unneeded development2 format,
        and activating the tests for CHK features disabled pending this format.
        (Robert Collins, John Arbash Meinel, Ian Clathworthy, Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3270
3270
                   'bzrlib.tests.per_interbranch',
3271
3271
                   'bzrlib.tests.per_lock',
3272
3272
                   'bzrlib.tests.per_repository',
 
3273
                   'bzrlib.tests.per_repository_chk',
3273
3274
                   'bzrlib.tests.per_repository_reference',
3274
3275
                   'bzrlib.tests.test__chk_map',
3275
3276
                   'bzrlib.tests.test__dirstate_helpers',
3289
3290
                   'bzrlib.tests.test_bzrdir',
3290
3291
                   'bzrlib.tests.test__chunks_to_lines',
3291
3292
                   'bzrlib.tests.test_cache_utf8',
3292
 
                   # These need to be excluded until the development5 format
3293
 
                   # lands. (That's waiting on the dependent inventory and
3294
 
                   # repository changes to land.)
3295
 
                   #'bzrlib.tests.test_chk_map',
 
3293
                   'bzrlib.tests.test_chk_map',
3296
3294
                   'bzrlib.tests.test_chunk_writer',
3297
3295
                   'bzrlib.tests.test_clean_tree',
3298
3296
                   'bzrlib.tests.test_commands',