From: Max R. A. <ma...@eo...> - 2002-11-02 22:51:01
|
Hi! It seems there are "some" bug regarding the cgilib enhancer - or ? Well, a derived problem from this is that the unit tests fails while having open connections to the db! Shouldn't we surround s.open/s.close with a try/finally where the finally block just tries to close the connection ? This will allow the tests to continue even though one test has previously failed - if close is not called (MSQL at least) has problems letting the code continue (it simply deadlocks :( /max |