zopefoundation / zope.index

Indices for using with catalog like text, field, etc.
Other
10 stars 12 forks source link

Newest BTrees release breaks zope.index #9

Closed mgedmin closed 7 years ago

mgedmin commented 7 years ago

I think this is the consequence of https://github.com/zopefoundation/BTrees/pull/58

======================================================================
FAIL: test_insert_none_value_does_not_insert_into_forward_index (zope.index.field.tests.FieldIndexTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/travis/build/zopefoundation/zope.index/src/zope/index/field/tests.py", line 326, in test_insert_none_value_does_not_insert_into_forward_index
    self.assertEquals(len(index._fwd_index), 0)
AssertionError: 1 != 0
fgregg commented 7 years ago

Addressed by #12