[Zope-CVS] CVS: Products/Ape/lib/apelib/tests - zope2testbase.py:1.15

Shane Hathaway shane at zope.com
Thu Jul 22 01:52:15 EDT 2004


Update of /cvs-repository/Products/Ape/lib/apelib/tests
In directory cvs.zope.org:/tmp/cvs-serv30100/lib/apelib/tests

Modified Files:
	zope2testbase.py 
Log Message:
Compatibility with BTreeFolder 1.0 (current is 1.0.1)


=== Products/Ape/lib/apelib/tests/zope2testbase.py 1.14 => 1.15 ===
--- Products/Ape/lib/apelib/tests/zope2testbase.py:1.14	Thu Mar 25 22:31:53 2004
+++ Products/Ape/lib/apelib/tests/zope2testbase.py	Thu Jul 22 01:52:14 2004
@@ -729,7 +729,7 @@
         conn = self.db.open()
         try:
             app = conn.root()['Application']
-            f = BTreeFolder2()
+            f = BTreeFolder2('Holidays')
             f.id = 'Holidays'
             app._setObject(f.id, f, set_owner=0)
             f2 = Folder()



More information about the Zope-CVS mailing list