/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/branch_implementations/test_branch.py

  • Committer: Vincent Ladeuil
  • Date: 2009-01-08 16:57:10 UTC
  • mfrom: (2929.3.27 https)
  • mto: This revision was merged to the branch mainline in revision 3929.
  • Revision ID: v.ladeuil+lp@free.fr-20090108165710-d49d4uuq3emdr749
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