/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/plugins/launchpad/test_lp_directory.py

  • Committer: John Arbash Meinel
  • Date: 2008-10-17 19:58:53 UTC
  • mfrom: (3783 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3785.
  • Revision ID: john@arbash-meinel.com-20081017195853-i31d3g7sur1prgvi
Merge bzr.dev 3783, resolve NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    )
24
24
from bzrlib.branch import Branch
25
25
from bzrlib.directory_service import directories
26
 
from bzrlib.tests import TestCase, TestCaseWithMemoryTransport
 
26
from bzrlib.tests import (
 
27
    TestCase,
 
28
    TestCaseInTempDir,
 
29
    TestCaseWithMemoryTransport
 
30
)
27
31
from bzrlib.transport import get_transport
28
32
from bzrlib.plugins.launchpad import _register_directory
29
33
from bzrlib.plugins.launchpad.lp_directory import (
46
50
        return self._result
47
51
 
48
52
 
49
 
class DirectoryUrlTests(TestCase):
 
53
class DirectoryUrlTests(TestCaseInTempDir):
50
54
    """Tests for branch urls through Launchpad.net directory"""
51
55
 
52
56
    def test_short_form(self):