~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_wsgi.py

merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
        self.assertTrue(('Allow', 'POST') in self.headers)
84
84
        
85
85
    def test_smart_wsgi_app_uses_given_relpath(self):
86
 
        # XXX XXX XXX update comment
87
86
        # The SmartWSGIApp should use the "bzrlib.relpath" field from the
88
87
        # WSGI environ to clone from its backing transport to get a specific
89
88
        # transport for this request.