[CMF-checkins] CVS: Products/CMFCalendar/tests -
test_Calendar.py:1.15
Jens Vagelpohl
jens at dataflake.org
Mon Feb 28 16:38:03 EST 2005
Update of /cvs-repository/Products/CMFCalendar/tests
In directory cvs.zope.org:/tmp/cvs-serv13297/tests
Modified Files:
test_Calendar.py
Log Message:
- stay consistent and use the "snapshot" flag everywhere
=== Products/CMFCalendar/tests/test_Calendar.py 1.14 => 1.15 ===
--- Products/CMFCalendar/tests/test_Calendar.py:1.14 Mon Feb 28 16:34:44 2005
+++ Products/CMFCalendar/tests/test_Calendar.py Mon Feb 28 16:38:03 2005
@@ -44,10 +44,8 @@
try: app._delObject('CalendarTest')
except AttributeError: pass
- app.manage_addProduct['CMFSetup'].addConfiguredSite( 'CalendarTest'
- , 'default'
- )
-
+ factory = app.manage_addProduct['CMFSetup'].addConfiguredSite
+ factory('CalendarTest', 'default', snapshot=False)
self.Site = app.CalendarTest
manage_addExternalMethod(app.CalendarTest,
More information about the CMF-checkins
mailing list