[Zope-Checkins] SVN: Zope/trunk/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:33 EST 2005


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

Changed:
  U   Zope/trunk/lib/python/ZPublisher/tests/testPostTraversal.py

-=-
Modified: Zope/trunk/lib/python/ZPublisher/tests/testPostTraversal.py
===================================================================
--- Zope/trunk/lib/python/ZPublisher/tests/testPostTraversal.py	2005-11-23 16:49:07 UTC (rev 40342)
+++ Zope/trunk/lib/python/ZPublisher/tests/testPostTraversal.py	2005-11-23 16:49:33 UTC (rev 40343)
@@ -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