[CMF-checkins] CVS: Products/CMFCalendar/tests - test_Calendar.py:1.4.22.2 test_Event.py:1.5.22.2

Stefan H. Holek stefan at epy.co.at
Thu Jul 29 14:29:20 EDT 2004


Update of /cvs-repository/Products/CMFCalendar/tests
In directory cvs.zope.org:/tmp/cvs-serv21625/CMFCalendar/tests

Modified Files:
      Tag: CMF-1_4-branch
	test_Calendar.py test_Event.py 
Log Message:
Woops! Check in last batch of fixes from the Plone collector.


=== Products/CMFCalendar/tests/test_Calendar.py 1.4.22.1 => 1.4.22.2 ===
--- Products/CMFCalendar/tests/test_Calendar.py:1.4.22.1	Thu Apr 22 13:47:44 2004
+++ Products/CMFCalendar/tests/test_Calendar.py	Thu Jul 29 14:29:20 2004
@@ -1,5 +1,10 @@
 import unittest
 import Zope
+try:
+    Zope.startup()
+except AttributeError:
+    pass
+
 from Testing.makerequest import makerequest
 from Products.CMFCalendar import CalendarTool
 from DateTime import DateTime


=== Products/CMFCalendar/tests/test_Event.py 1.5.22.1 => 1.5.22.2 ===
--- Products/CMFCalendar/tests/test_Event.py:1.5.22.1	Thu Apr 22 13:47:44 2004
+++ Products/CMFCalendar/tests/test_Event.py	Thu Jul 29 14:29:20 2004
@@ -1,5 +1,10 @@
 import unittest
 import Zope
+try:
+    Zope.startup()
+except AttributeError:
+    pass
+
 from Products.CMFCalendar.Event import Event
 from DateTime import DateTime
 



More information about the CMF-checkins mailing list