[jira] Created: (MODPYTHON-121) The local/remote host tests fail for a virtual hosting system such as OpenVPS.

2006-02-04 Thread Graham Dumpleton (JIRA)
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

[jira] Created: (MODPYTHON-120) Connection handler test fails on virtual hosting system such as OpenVPS.

2006-02-04 Thread Graham Dumpleton (JIRA)
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

[jira] Created: (MODPYTHON-119) DBM Session test shouldn't use default database.

2006-02-04 Thread Graham Dumpleton (JIRA)
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

Re: Change to test_Session_Session_conf() of test/test.py.

2006-02-04 Thread Jim Gallacher
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()

Re: Change to test_Session_Session_conf() of test/test.py.

2006-02-04 Thread Nicolas Lehuen
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