summaryrefslogtreecommitdiff
path: root/cherrypy/test/modpy.py
diff options
context:
space:
mode:
authorRobert Brewer <fumanchu@aminus.org>2006-09-10 03:47:10 +0000
committerRobert Brewer <fumanchu@aminus.org>2006-09-10 03:47:10 +0000
commitb0dd93d83a56f6913784e3b69b0c49691259913f (patch)
treeec0e8d979d7666f1dc7e7a93b757112032f5bc9d /cherrypy/test/modpy.py
parentabc9bad6fd0e3f478af2a99cecc0c0c3ba004503 (diff)
downloadcherrypy-git-b0dd93d83a56f6913784e3b69b0c49691259913f.tar.gz
SSL support for _cpwsgiserver. One test fails immaterially. Run "test.py --ssl" to test.
Diffstat (limited to 'cherrypy/test/modpy.py')
-rw-r--r--cherrypy/test/modpy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cherrypy/test/modpy.py b/cherrypy/test/modpy.py
index 96d90706..38c8e311 100644
--- a/cherrypy/test/modpy.py
+++ b/cherrypy/test/modpy.py
@@ -132,6 +132,7 @@ class ModPythonTestHarness(test.TestHarness):
from cherrypy.test import webtest
webtest.WebCase.PORT = self.port
webtest.WebCase.harness = self
+ webtest.WebCase.scheme = "http"
print
print "Running tests:", self.server