[Zope-Coders] Zope test results (head)

background@shane.digicool.com background@shane.digicool.com
Thu, 15 Nov 2001 22:06:48 -0500 (EST)


No test suite found in file:
/home/background/zopetest/lib/python/Products/ZCatalog/tests/testCatalog.py

No test suite found in file:
/home/background/zopetest/lib/python/Products/Sessions/tests/testSessionDataManager.py

======================================================================
ERROR: Check an ANDNOT query
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py", line 273, in checkAndNotQuery
    self.globTest({'text':'time and not country'}, [6,])
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py", line 228, in globTest
    index._lexicon = GlobbingLexicon.GlobbingLexicon()
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.py", line 134, in __init__
    self.SplitterFunc = Splitter.getSplitter(self.useSplitter)
AttributeError: useSplitter
======================================================================
ERROR: Check an AND query
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py", line 249, in checkAndQuery
    self.globTest({'text':'time and country'}, [0,])
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py", line 228, in globTest
    index._lexicon = GlobbingLexicon.GlobbingLexicon()
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.py", line 134, in __init__
    self.SplitterFunc = Splitter.getSplitter(self.useSplitter)
AttributeError: useSplitter
======================================================================
ERROR: Check complex query 1
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py", line 293, in checkComplexQuery1
    '"been *ert*"'}, [0, 1, 5, 6])
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py", line 228, in globTest
    index._lexicon = GlobbingLexicon.GlobbingLexicon()
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.py", line 134, in __init__
    self.SplitterFunc = Splitter.getSplitter(self.useSplitter)
AttributeError: useSplitter
======================================================================
ERROR: Check a default OR query
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py", line 257, in checkDefOrQuery
    self.globTest({'text':'time country'}, [0,1,6])
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py", line 228, in globTest
    index._lexicon = GlobbingLexicon.GlobbingLexicon()
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.py", line 134, in __init__
    self.SplitterFunc = Splitter.getSplitter(self.useSplitter)
AttributeError: useSplitter
======================================================================
ERROR: Check a NEAR query.. (NOTE:ACTUALLY AN 'AND' TEST!!)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py", line 262, in checkNearQuery
    self.globTest({'text':'time ... country'}, [0,])
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py", line 228, in globTest
    index._lexicon = GlobbingLexicon.GlobbingLexicon()
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.py", line 134, in __init__
    self.SplitterFunc = Splitter.getSplitter(self.useSplitter)
AttributeError: useSplitter
======================================================================
ERROR: Check for nonexistent word
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py", line 288, in checkNonExistentWord
    self.globTest({'text':'zop'}, [])
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py", line 228, in globTest
    index._lexicon = GlobbingLexicon.GlobbingLexicon()
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.py", line 134, in __init__
    self.SplitterFunc = Splitter.getSplitter(self.useSplitter)
AttributeError: useSplitter
======================================================================
ERROR: Check an OR query
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py", line 253, in checkOrQuery
    self.globTest({'text':'time or country'}, [0,1,6])
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py", line 228, in globTest
    index._lexicon = GlobbingLexicon.GlobbingLexicon()
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.py", line 134, in __init__
    self.SplitterFunc = Splitter.getSplitter(self.useSplitter)
AttributeError: useSplitter
======================================================================
ERROR: Check a query with parens
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py", line 277, in checkParenMatchingQuery
    ai = self.globTest({'text':'(time and country) men'}, [0,])
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py", line 228, in globTest
    index._lexicon = GlobbingLexicon.GlobbingLexicon()
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.py", line 134, in __init__
    self.SplitterFunc = Splitter.getSplitter(self.useSplitter)
AttributeError: useSplitter
======================================================================
ERROR: Check a quoted query
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py", line 266, in checkQuotesQuery
    ai = self.globTest({'text':'"This is the time"'}, [0,])
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py", line 228, in globTest
    index._lexicon = GlobbingLexicon.GlobbingLexicon()
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.py", line 134, in __init__
    self.SplitterFunc = Splitter.getSplitter(self.useSplitter)
AttributeError: useSplitter
======================================================================
ERROR: Check a star query
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py", line 245, in checkStarQuery
    self.globTest({'text':'m*n'}, [0,2])
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py", line 228, in globTest
    index._lexicon = GlobbingLexicon.GlobbingLexicon()
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.py", line 134, in __init__
    self.SplitterFunc = Splitter.getSplitter(self.useSplitter)
AttributeError: useSplitter
======================================================================
ERROR: Check a query with 'operator' in the request
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py", line 284, in checkTextIndexOperatorQuery
    self.globTest({'text': {'query': 'time men', 'operator':'and'}}, [0,])
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py", line 228, in globTest
    index._lexicon = GlobbingLexicon.GlobbingLexicon()
  File "/home/background/zopetest/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.py", line 134, in __init__
    self.SplitterFunc = Splitter.getSplitter(self.useSplitter)
AttributeError: useSplitter
----------------------------------------------------------------------
Ran 1425 tests

FAILED (errors=11)

======================================================================
OVERALL FAILED (total errors=11)