[Zope-Checkins] CVS: Zope/lib/python/Products/Sessions/tests - testSessionDataManager.py:1.15.44.1

Chris McDonough chrism@zope.com
Sat, 2 Aug 2003 15:21:14 -0400


Update of /cvs-repository/Zope/lib/python/Products/Sessions/tests
In directory cvs.zope.org:/tmp/cvs-serv24164/lib/python/Products/Sessions/tests

Modified Files:
      Tag: Zope-2_7-branch
	testSessionDataManager.py 
Log Message:
Set up our _p_jar for populate.


=== Zope/lib/python/Products/Sessions/tests/testSessionDataManager.py 1.15 => 1.15.44.1 ===
--- Zope/lib/python/Products/Sessions/tests/testSessionDataManager.py:1.15	Thu Sep 12 09:51:31 2002
+++ Zope/lib/python/Products/Sessions/tests/testSessionDataManager.py	Sat Aug  2 15:21:09 2003
@@ -50,8 +50,8 @@
         root = conn.root()
         app = Application()
         root['Application']= app
+        get_transaction().commit(1)
         _populate(app)
-        get_transaction().commit()
         stuff['db'] = db
         conn.close()
     return db