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

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


Log message for revision 40949:
  Close request properly.

Changed:
  U   CMF/trunk/CMFCalendar/tests/test_Calendar.py

-=-
Modified: CMF/trunk/CMFCalendar/tests/test_Calendar.py
===================================================================
--- CMF/trunk/CMFCalendar/tests/test_Calendar.py	2005-12-21 12:13:36 UTC (rev 40948)
+++ CMF/trunk/CMFCalendar/tests/test_Calendar.py	2005-12-21 12:13:57 UTC (rev 40949)
@@ -100,6 +100,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