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

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

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