[Zope3-dev] zc.catalog doctest failures

Martijn Faassen faassen at infrae.com
Tue Aug 30 09:05:00 EDT 2005


Hi there,

There appear to be some doctest failures in zc.catalog as retrieved from 
the sandbox yesterday:

File ".../lib/python/zc/catalog/globber.txt", line 11, in globber.txt
Failed example:
     globber.glob('foo bar and baz or (b?ng not boo)', lex)
Expected:
     '(((foo* and bar*) and baz*) or (b?ng and not boo*))'
Got nothing

File ".../lib/python/zc/catalog/stemmer.txt", line 32, in stemmer.txt
Failed example:
     list(ix.apply('consoling a constable'))
Expected:
     [0]
Got:
     []

File ".../lib/python/zc/catalog/stemmer.txt", line 34, in stemmer.txt
Failed example:
     list(ix.apply('knightly kneel'))
Expected:
     [1]
Got:
     []


File ".../lib/python/zc/catalog/stemmer.txt", line 39, in stemmer.txt
Failed example:
     list(ix.apply('constables*'))
Expected:
     []
Got:
     [0]

Have these been fixed outside of the sandbox, or does this not occur in 
your setup?

Regards,

Martijn


More information about the Zope3-dev mailing list