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
_______________________________________________
Zope3-dev mailing list
[email protected]
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to