[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/PluginIndexes/PathIndex/tests/testPathIndex.py the tests pass fine without this and it is causing test interdependency issues when run along with the Plone products and ExtendedPathIndex tests
David Glick
davidglick at onenw.org
Sun Aug 9 17:14:25 EDT 2009
Log message for revision 102622:
the tests pass fine without this and it is causing test interdependency issues when run along with the Plone products and ExtendedPathIndex tests
Changed:
U Zope/branches/2.12/src/Products/PluginIndexes/PathIndex/tests/testPathIndex.py
-=-
Modified: Zope/branches/2.12/src/Products/PluginIndexes/PathIndex/tests/testPathIndex.py
===================================================================
--- Zope/branches/2.12/src/Products/PluginIndexes/PathIndex/tests/testPathIndex.py 2009-08-09 19:12:55 UTC (rev 102621)
+++ Zope/branches/2.12/src/Products/PluginIndexes/PathIndex/tests/testPathIndex.py 2009-08-09 21:14:24 UTC (rev 102622)
@@ -18,7 +18,6 @@
import unittest
import Testing
import Zope2
-Zope2.startup()
from Products.PluginIndexes.PathIndex.PathIndex import PathIndex
More information about the Zope-Checkins
mailing list