[Zope-Coders] SearchIndex breakage
Tres Seaver
tseaver at zope.com
Fri Apr 23 10:15:08 EDT 2004
I just re-ran 'make test' on a current head checkout, and see that most
of the PluggableIndex test code doesn't run, due to SearchIndex being
gone. Andreas, do you know what is up here?
"/home/tseaver/projects/Zope-CVS/bin/python2.3"
"/home/tseaver/projects/Zope-CVS/Zope-head/utilities/testrunner.py" -v1
-e -d lib/python
No handlers could be found for logger "Init"
Module testSplitter.py failed to load
exceptions.ImportError: No module named SearchIndex.Splitter
File
"/home/tseaver/projects/Zope-CVS/Zope-head/utilities/testrunner.py",
line 68, in getSuiteFromFile
module=imp.load_module(name, file, pathname, desc)
File "testSplitter.py", line 15, in ?
from SearchIndex.Splitter import Splitter
Module testUnKeywordIndex.py failed to load
exceptions.ImportError: No module named SearchIndex.UnKeywordIndex
File
"/home/tseaver/projects/Zope-CVS/Zope-head/utilities/testrunner.py",
line 68, in getSuiteFromFile
module=imp.load_module(name, file, pathname, desc)
File "testUnKeywordIndex.py", line 16, in ?
from SearchIndex.UnKeywordIndex import UnKeywordIndex
Module testUnTextIndex.py failed to load
exceptions.ImportError: No module named SearchIndex.UnTextIndex
File
"/home/tseaver/projects/Zope-CVS/Zope-head/utilities/testrunner.py",
line 68, in getSuiteFromFile
module=imp.load_module(name, file, pathname, desc)
File "testUnTextIndex.py", line 18, in ?
import SearchIndex.UnTextIndex
Module test_UnIndex.py failed to load
exceptions.ImportError: No module named SearchIndex.UnIndex
File
"/home/tseaver/projects/Zope-CVS/Zope-head/utilities/testrunner.py",
line 68, in getSuiteFromFile
module=imp.load_module(name, file, pathname, desc)
File "test_UnIndex.py", line 17, in ?
from SearchIndex.UnIndex import UnIndex
--
===============================================================
Tres Seaver tseaver at zope.com
Zope Corporation "Zope Dealers" http://www.zope.com
More information about the Zope-Coders
mailing list