summaryrefslogtreecommitdiffstats
path: root/test/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.py')
-rw-r--r--test/test.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/test.py b/test/test.py
index c471fdb..90b969d 100644
--- a/test/test.py
+++ b/test/test.py
@@ -162,6 +162,15 @@ class test_suite1(Declarative):
),
dict(
+ desc='FakeBasicAuth, certificate with colon',
+ request=('/acl/aclS03.html', {
+ 'key_file': 'work/httpd/colon.key',
+ 'cert_file': 'work/httpd/colon.crt',}
+ ),
+ expected=403,
+ ),
+
+ dict(
desc='Secret key size',
request=('/secret-test.html', {}),
expected=200,