~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_http.py

More tests for abspath and clone behaviour

Show diffs side-by-side

added added

removed removed

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