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

  • Committer: Florian Vichot
  • Date: 2011-10-04 18:43:55 UTC
  • mto: (6015.33.8 2.4)
  • mto: This revision was merged to the branch mainline in revision 6192.
  • Revision ID: florian.vichot@gmail.com-20111004184355-jbbnwz1d9nnotsn9
Fixed an infinite loop when creating a repo at the root of the filesystem, 
i.e. "/", due to posixpath.normpath() not collapsing 2 leading slashes into 
one, thus respecting the POSIX standard, but making relpath() loop infinitely.

Also, patched the files that were calling posixpath.normpath() directly, to
osutils.normpath() instead.

Show diffs side-by-side

added added

removed removed

Lines of Context: