~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Robert Collins
  • Date: 2006-04-18 04:22:52 UTC
  • mto: (1711.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 1667.
  • Revision ID: robertc@robertcollins.net-20060418042252-d0cad40d7c5dcb6a
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',