~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-08-14 04:29:57 UTC
  • mfrom: (1912.1.2 bzr.mbp.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060814042957-3fa43995db57512a
(mbp) merge from 0.9, update for 0.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
1235
1235
             test_suite_factory=None,
1236
1236
             lsprof_timed=None):
1237
1237
    """Run the whole test suite under the enhanced runner"""
 
1238
    # XXX: Very ugly way to do this...
 
1239
    # Disable warning about old formats because we don't want it to disturb
 
1240
    # any blackbox tests.
 
1241
    from bzrlib import repository
 
1242
    repository._deprecation_warning_done = True
 
1243
 
1238
1244
    global default_transport
1239
1245
    if transport is None:
1240
1246
        transport = default_transport