[CMF-checkins] CVS: Products/CMFCalendar/tests -
test_Calendar.py:1.4.22.3 test_Event.py:1.5.22.3
Stefan H. Holek
stefan at epy.co.at
Thu Jul 29 14:41:50 EDT 2004
Update of /cvs-repository/Products/CMFCalendar/tests
In directory cvs.zope.org:/tmp/cvs-serv26558/CMFCalendar/tests
Modified Files:
Tag: CMF-1_4-branch
test_Calendar.py test_Event.py
Log Message:
Fix missing import so tests are runnable with test.py.
=== Products/CMFCalendar/tests/test_Calendar.py 1.4.22.2 => 1.4.22.3 ===
--- Products/CMFCalendar/tests/test_Calendar.py:1.4.22.2 Thu Jul 29 14:29:20 2004
+++ Products/CMFCalendar/tests/test_Calendar.py Thu Jul 29 14:41:49 2004
@@ -1,4 +1,5 @@
import unittest
+import Testing
import Zope
try:
Zope.startup()
=== Products/CMFCalendar/tests/test_Event.py 1.5.22.2 => 1.5.22.3 ===
--- Products/CMFCalendar/tests/test_Event.py:1.5.22.2 Thu Jul 29 14:29:20 2004
+++ Products/CMFCalendar/tests/test_Event.py Thu Jul 29 14:41:49 2004
@@ -1,4 +1,5 @@
import unittest
+import Testing
import Zope
try:
Zope.startup()
More information about the CMF-checkins
mailing list