~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_http.py

  • Committer: Robert Collins
  • Date: 2006-09-16 06:44:47 UTC
  • mfrom: (2014 +trunk)
  • mto: (2017.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 2018.
  • Revision ID: robertc@robertcollins.net-20060916064447-99a2987e5485b5ea
Merge from bzr.dev, fixing found bugs handling 'has('/')' in MemoryTransport and SFTP transports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
        self.assertRaises(ValueError,
71
71
            t.abspath,
72
72
            '.bzr/')
73
 
        self.assertRaises(ValueError,
74
 
            t.abspath,
75
 
            '/.bzr')
76
73
 
77
74
    def test_http_root_urls(self):
78
75
        """Construction of URLs from server root"""