~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_serve.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-09-17 10:33:29 UTC
  • mfrom: (4697.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090917103329-khwup105uhik6zje
(vila) Fix test failures with no C extensions loaded

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
import threading
26
26
 
27
27
from bzrlib import (
 
28
    config,
28
29
    errors,
29
30
    osutils,
30
31
    revision as _mod_revision,
42
43
 
43
44
class TestBzrServe(TestCaseWithTransport):
44
45
 
 
46
    def setUp(self):
 
47
        super(TestBzrServe, self).setUp()
 
48
        self.disable_missing_extensions_warning()
 
49
 
45
50
    def assertInetServerShutsdownCleanly(self, process):
46
51
        """Shutdown the server process looking for errors."""
47
52
        # Shutdown the server: the server should shut down when it cannot read