[Zope-Checkins] CVS: Zope/lib/python/Products/Sessions/tests - testSessionDataManager.py:1.16
Chris McDonough
chrism@zope.com
Sat, 2 Aug 2003 15:20:16 -0400
Update of /cvs-repository/Zope/lib/python/Products/Sessions/tests
In directory cvs.zope.org:/tmp/cvs-serv23964/lib/python/Products/Sessions/tests
Modified Files:
testSessionDataManager.py
Log Message:
Set up our _p_jar for populate.
=== Zope/lib/python/Products/Sessions/tests/testSessionDataManager.py 1.15 => 1.16 ===
--- 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:20:11 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