~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/HTTPTestUtil.py

  • Committer: Vincent Ladeuil
  • Date: 2007-04-21 11:31:13 UTC
  • mto: (2420.1.21 bzr.http.auth)
  • mto: This revision was merged to the branch mainline in revision 2463.
  • Revision ID: v.ladeuil+lp@free.fr-20070421113113-b0br4norqbtlx1o2
Doc fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
303
303
    """
304
304
 
305
305
    # The following attributes should be defined in the server
306
 
    # - _auth_header_sent: the header name sent to require auth
307
 
    # - _auth_header_recv: the header received containing auth
308
 
    # - _auth_error_code: the error code to indicate auth required
 
306
    # - auth_header_sent: the header name sent to require auth
 
307
    # - auth_header_recv: the header received containing auth
 
308
    # - auth_error_code: the error code to indicate auth required
309
309
 
310
310
    def do_GET(self):
311
311
        if self.authorized():