Closed mgedmin closed 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
Addressed by #12
I think this is the consequence of https://github.com/zopefoundation/BTrees/pull/58