/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: Canonical.com Patch Queue Manager
  • Date: 2009-03-17 06:11:33 UTC
  • mfrom: (4153.1.5 test-run-paranoia)
  • Revision ID: pqm@pqm.ubuntu.com-20090317061133-6do3bjfp3sptf1pu
(andrew) Fail tests that subclass bzrlib.tests.TestCase but don't use
        its setUp/tearDown.

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'