Add test scenario user-manual-https
[privoxy.git] / tests / cts / user-manual-https / data / test1
diff --git a/tests/cts/user-manual-https/data/test1 b/tests/cts/user-manual-https/data/test1
new file mode 100644 (file)
index 0000000..e9d6acb
--- /dev/null
@@ -0,0 +1,27 @@
+<testcase>
+<info>
+<keywords>
+HTTP
+HTTP GET
+</keywords>
+</info>
+
+<client>
+<server>
+none
+</server>
+<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>