tests/test-hgweb-no-path-info.t
changeset 39664 322aaf80acf3
parent 39659 19f701387ed5
child 39707 5abc47d4ca6b
equal deleted inserted replaced
39663:b6fa1f628bbe 39664:322aaf80acf3
    66   > env['QUERY_STRING'] = 'style=atom'
    66   > env['QUERY_STRING'] = 'style=atom'
    67   > process(hgweb(b'.', name=b'repo'))
    67   > process(hgweb(b'.', name=b'repo'))
    68   > 
    68   > 
    69   > output = stringio()
    69   > output = stringio()
    70   > env['QUERY_STRING'] = 'style=raw'
    70   > env['QUERY_STRING'] = 'style=raw'
    71   > process(hgwebdir({'repo': b'.'}))
    71   > process(hgwebdir({b'repo': b'.'}))
    72   > EOF
    72   > EOF
    73   $ $PYTHON request.py
    73   $ $PYTHON request.py
    74   ---- STATUS
    74   ---- STATUS
    75   200 Script output follows
    75   200 Script output follows
    76   ---- HEADERS
    76   ---- HEADERS