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

  • Committer: Parth Malwankar
  • Date: 2010-04-19 13:23:53 UTC
  • mfrom: (5165 +trunk)
  • mto: (5183.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 5184.
  • Revision ID: parth.malwankar@gmail.com-20100419132353-gwp4r4srafq2i2kb
merged in trunk and moved NEWS entry to 2.2b2

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
    )
63
63
from bzrlib.tests import (
64
64
    features,
65
 
    stub_sftp,
66
65
    test_lsprof,
67
66
    test_server,
68
67
    test_sftp_transport,
1947
1946
 
1948
1947
    def test_transport_sftp(self):
1949
1948
        self.requireFeature(features.paramiko)
 
1949
        from bzrlib.tests import stub_sftp
1950
1950
        self.check_transport_set(stub_sftp.SFTPAbsoluteServer)
1951
1951
 
1952
1952
    def test_transport_memory(self):