File: test1

package info (click to toggle)
privoxy 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,488 kB
  • sloc: ansic: 33,393; perl: 4,813; sh: 3,940; makefile: 146; awk: 18; xml: 14
file content (25 lines) | stat: -rw-r--r-- 461 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="US-ASCII"?>
<testcase>
<info>
<keywords>
HTTP
HTTP GET
</keywords>
</info>

<client>
<name>
CGI request for the user manual while delivery has been disabled by specifying a https:// URL
</name>
<command>
-s --write-out '%{stderr}%{response_code}\n' --head http://config.privoxy.org/user-manual/
</command>
</client>

# It would be better to test more than just the status code
<verify>
<stderr>
404
</stderr>
</verify>
</testcase>