[Zope-Checkins]
SVN: Zope/branches/2.9/lib/python/ZPublisher/tests/testPostTraversal.py
Fix test breakage when run outside full Zope suite.
Tres Seaver
tseaver at palladion.com
Wed Nov 23 11:49:08 EST 2005
Log message for revision 40342:
Fix test breakage when run outside full Zope suite.
Changed:
U Zope/branches/2.9/lib/python/ZPublisher/tests/testPostTraversal.py
-=-
Modified: Zope/branches/2.9/lib/python/ZPublisher/tests/testPostTraversal.py
===================================================================
--- Zope/branches/2.9/lib/python/ZPublisher/tests/testPostTraversal.py 2005-11-23 16:48:29 UTC (rev 40341)
+++ Zope/branches/2.9/lib/python/ZPublisher/tests/testPostTraversal.py 2005-11-23 16:49:07 UTC (rev 40342)
@@ -1,5 +1,6 @@
from unittest import TestCase, TestSuite, makeSuite, main
+import Testing
import Zope2
Zope2.startup()
More information about the Zope-Checkins
mailing list