~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_transport.py

More NEWS, move sibling sftp tests into new framework, nuke legacy local transport tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
801
801
        self.failUnless(t3.has('b/d'))
802
802
 
803
803
        
804
 
class LocalTransportTest(TestCaseInTempDir, TestTransportMixIn):
805
 
    def get_transport(self):
806
 
        from bzrlib.transport.local import LocalTransport
807
 
        return LocalTransport(u'.')
808
 
 
809
 
 
810
804
class HttpTransportTest(TestCaseWithWebserver, TestTransportMixIn):
811
805
 
812
806
    readonly = True