tests/test-hgweb-no-request-uri.t
changeset 39707 5abc47d4ca6b
parent 39664 322aaf80acf3
child 39892 b55747ca518f
equal deleted inserted replaced
39706:030d558c6456 39707:5abc47d4ca6b
    79   > output = stringio()
    79   > output = stringio()
    80   > env['PATH_INFO'] = '/repo/file/tip/'
    80   > env['PATH_INFO'] = '/repo/file/tip/'
    81   > env['QUERY_STRING'] = 'style=raw'
    81   > env['QUERY_STRING'] = 'style=raw'
    82   > process(hgwebdir({b'repo': b'.'}))
    82   > process(hgwebdir({b'repo': b'.'}))
    83   > EOF
    83   > EOF
    84   $ $PYTHON request.py
    84   $ "$PYTHON" request.py
    85   ---- STATUS
    85   ---- STATUS
    86   200 Script output follows
    86   200 Script output follows
    87   ---- HEADERS
    87   ---- HEADERS
    88   [('Content-Type', 'application/atom+xml; charset=ascii')]
    88   [('Content-Type', 'application/atom+xml; charset=ascii')]
    89   ---- DATA
    89   ---- DATA