~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/branch_implementations/test_branch.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-01-08 17:37:09 UTC
  • mfrom: (3928.1.1 bzr.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090108173709-wgrkm02ayt1gf1n1
(vila) Add native ssl support for python-2.6,
        starting with an https test server

Show diffs side-by-side

added added

removed removed

Lines of Context:
511
511
        self.assertEqual('', relpath)
512
512
        branch, relpath = Branch.open_containing(self.get_readonly_url('g/p/q'))
513
513
        self.assertEqual('g/p/q', relpath)
514
 
        
 
514
 
515
515
 
516
516
class InstrumentedTransaction(object):
517
517