[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/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:48:29 EST 2005


Log message for revision 40341:
  Fix test breakage when run outside full Zope suite.

Changed:
  U   Zope/branches/Zope-2_8-branch/lib/python/ZPublisher/tests/testPostTraversal.py

-=-
Modified: Zope/branches/Zope-2_8-branch/lib/python/ZPublisher/tests/testPostTraversal.py
===================================================================
--- Zope/branches/Zope-2_8-branch/lib/python/ZPublisher/tests/testPostTraversal.py	2005-11-23 15:50:07 UTC (rev 40340)
+++ Zope/branches/Zope-2_8-branch/lib/python/ZPublisher/tests/testPostTraversal.py	2005-11-23 16:48:29 UTC (rev 40341)
@@ -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