/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/test_osutils.py

  • Committer: Robert J. Tanner
  • Date: 2009-03-17 22:04:19 UTC
  • mfrom: (4157 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4163.
  • Revision ID: tanner@real-time.com-20090317220419-w6wze3suu9kw3k3i
Merge with bzr.dev
Add my experiences with being the release manager for 1.13 to releasing doco

Show diffs side-by-side

added added

removed removed

Lines of Context:
376
376
class TestPumpFile(TestCase):
377
377
    """Test pumpfile method."""
378
378
    def setUp(self):
 
379
        TestCase.setUp(self)
379
380
        # create a test datablock
380
381
        self.block_size = 512
381
382
        pattern = '0123456789ABCDEF'