[Checkins] [zopefoundation/Zope] 88c853: Fix bug when getting propertysheet and bugs in man...

Philip Bauer noreply at github.com
Sat May 18 03:54:31 CEST 2019


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/Zope
  Commit: 88c853a07d936040970c41b568c83bad102d110b
      https://github.com/zopefoundation/Zope/commit/88c853a07d936040970c41b568c83bad102d110b
  Author: Philip Bauer <bauer at starzel.de>
  Date:   2019-05-17 (Fri, 17 May 2019)

  Changed paths:
    M src/OFS/ObjectManager.py
    M src/OFS/PropertySheets.py
    M src/OFS/bbb.py
    M src/OFS/tests/testObjectManager.py
    M src/OFS/tests/testProperties.py

  Log Message:
  -----------
  Fix bug when getting propertysheet and bugs in manage_FTPlist (#624)

* Fix bug when getting propertysheet.
Fixes bug introduced in https://github.com/zopefoundation/Zope/commit/b4495eb403c622300b02071a0904b3ad948cc4fe?diff=unified&w=1#diff-3bb20756c73e7cac2fb14728c89e578aR472

* I don't really know how this was broken but a change from
https://github.com/zopefoundation/Zope/commit/b4495eb403c622300b02071a0904b3ad948cc4fe#diff-f7f065aa241603d275d21b8e191fa844
broke the test plone.app.testing.layers_zserver.rst

* fix another failing test (plone.testing.zserver.rst)

* - make flake8 happy

* fix another bug in manage_FTPlist introduced in https://github.com/zopefoundation/Zope/commit/b4495eb403c622300b02071a0904b3ad948cc4fe#diff-f7f065aa241603d275d21b8e191fa844

* - adding tests that cover the changes




More information about the checkins mailing list