~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_wsgi.py

  • Committer: Andrew Bennetts
  • Date: 2007-04-17 09:50:11 UTC
  • mto: This revision was merged to the branch mainline in revision 2435.
  • Revision ID: andrew.bennetts@canonical.com-20070417095011-my9qj2tvugvslhhg
Remove XXX

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.