1. 29 May, 2023 38 commits
  2. 24 May, 2023 1 commit
  3. 18 May, 2023 1 commit
    • Jérome Perrin's avatar
      BTreeFolder2: do not patch manage_delAllObjects on Zope2 · 50b981b5
      Jérome Perrin authored
      On Zope2 this method does not exist and this caused a test failure
      
      ======================================================================
      FAIL: test_method_protection (testSecurity.TestSecurity)
      ----------------------------------------------------------------------
      Traceback (most recent call last):
        File "parts/erp5/Products/ERP5/tests/testSecurity.py", line 110, in test_method_protection
          self.fail(message)
      AssertionError:
      The following 1 methods have a docstring but have no security assertions.
      	parts/erp5/product/ERP5Type/patches/BTreeFolder2.py:111 manage_delAllObjects
      50b981b5