~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Robert Collins
  • Author(s): Robert Collins, John Arbash Meinel, Ian Clatworthy, Vincent Ladeuil
  • Date: 2009-04-07 12:32:42 UTC
  • mto: This revision was merged to the branch mainline in revision 4265.
  • Revision ID: robertc@robertcollins.net-20090407123242-x5htsk0p5k4zsetu
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 Clatworthy, 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',