[CMF-checkins] SVN: CMF/branches/1.6/CMFCalendar/tests/test_Calendar.py Close request properly.

Florent Guillaume fg at nuxeo.com
Wed Dec 21 07:13:25 EST 2005


Log message for revision 40947:
  Close request properly.
  

Changed:
  U   CMF/branches/1.6/CMFCalendar/tests/test_Calendar.py

-=-
Modified: CMF/branches/1.6/CMFCalendar/tests/test_Calendar.py
===================================================================
--- CMF/branches/1.6/CMFCalendar/tests/test_Calendar.py	2005-12-21 12:08:11 UTC (rev 40946)
+++ CMF/branches/1.6/CMFCalendar/tests/test_Calendar.py	2005-12-21 12:13:24 UTC (rev 40947)
@@ -125,6 +125,7 @@
                               app.session_data_manager.getSessionData )
 
     def tearDown(self):
+        self.app.REQUEST.close()
         noSecurityManager()
         transaction.abort()
         self.app._p_jar.close()



More information about the CMF-checkins mailing list