The local/remote host tests fail for a virtual hosting system such as OpenVPS.
--
Key: MODPYTHON-121
URL: http://issues.apache.org/jira/browse/MODPYTHON-121
Project: mod_python
Type: Bug
Connection handler test fails on virtual hosting system such as OpenVPS.
Key: MODPYTHON-120
URL: http://issues.apache.org/jira/browse/MODPYTHON-120
Project: mod_python
Type: Bug
Components: co
DBM Session test shouldn't use default database.
Key: MODPYTHON-119
URL: http://issues.apache.org/jira/browse/MODPYTHON-119
Project: mod_python
Type: Bug
Components: core
Versions: 3.2
Reporter: Graham
Nicolas Lehuen wrote:
2006/2/4, Graham Dumpleton <[EMAIL PROTECTED]>:
Jim, Nicolas
Would it make sense to change test_Session_Session_conf() function in
unit tests to something like:
def test_Session_Session_conf(self):
import tempfile
tempdir = tempfile.gettempdir()
2006/2/4, Graham Dumpleton <[EMAIL PROTECTED]>:
> Jim, Nicolas
>
> Would it make sense to change test_Session_Session_conf() function in
> unit tests to something like:
>
> def test_Session_Session_conf(self):
>
> import tempfile
> tempdir = tempfile.gettempdir()
> d