~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_transport_implementations.py

  • Committer: Alexander Belchenko
  • Date: 2007-11-19 22:54:30 UTC
  • mfrom: (3006 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3008.
  • Revision ID: bialix@ukr.net-20071119225430-x0ewosrsagis0yno
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1151
1151
        else:
1152
1152
            port = 1234
1153
1153
        self.assertIsNot(t, t._reuse_for(new_url(port=port)))
 
1154
        # No point in trying to reuse a transport for a local URL
 
1155
        self.assertIs(None, t._reuse_for('/valid_but_not_existing'))
1154
1156
 
1155
1157
    def test_connection_sharing(self):
1156
1158
        t = self.get_transport()