~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-04-18 04:35:15 UTC
  • mfrom: (1666.1.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060418043515-cdbba05ac7d4b594
Fix race condition between end of stream and end of file with tuned_gzip.

Show diffs side-by-side

added added

removed removed

Lines of Context:
996
996
                   'bzrlib.tests.test_transform',
997
997
                   'bzrlib.tests.test_transport',
998
998
                   'bzrlib.tests.test_tsort',
 
999
                   'bzrlib.tests.test_tuned_gzip',
999
1000
                   'bzrlib.tests.test_ui',
1000
1001
                   'bzrlib.tests.test_upgrade',
1001
1002
                   'bzrlib.tests.test_versionedfile',