83
83
self.assertTrue(('Allow', 'POST') in self.headers)
85
85
def test_smart_wsgi_app_uses_given_relpath(self):
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.