/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/blackbox/test_serve.py

  • Committer: John Arbash Meinel
  • Date: 2009-12-21 17:00:29 UTC
  • mto: This revision was merged to the branch mainline in revision 4914.
  • Revision ID: john@arbash-meinel.com-20091221170029-ef1zyr07p38p2qz6
Switch to using thread.get_ident() which is available on all python versions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2006-2010 Canonical Ltd
 
1
# Copyright (C) 2006 Canonical Ltd
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
38
38
from bzrlib.smart import client, medium
39
39
from bzrlib.smart.server import BzrServerFactory, SmartTCPServer
40
40
from bzrlib.tests import (
 
41
    ParamikoFeature,
41
42
    TestCaseWithMemoryTransport,
42
43
    TestCaseWithTransport,
43
44
    TestSkipped,
287
288
        return path
288
289
 
289
290
    def make_test_server(self, base_path='/'):
290
 
        """Make and start a BzrServerFactory, backed by a memory transport, and
 
291
        """Make and setUp a BzrServerFactory, backed by a memory transport, and
291
292
        creat '/home/user' in that transport.
292
293
        """
293
294
        bzr_server = BzrServerFactory(