core_test: fix UserFolder import
Showing
-
Owner
@kazuhiko I tried this (it's not on master) as fixup for the test failure introduced in 6bca5348 and it does not seem OK https://erp5js.nexedi.net/#/test_result_module/20240308-29688736/68 . Do you want to check ? I don't see what's wrong
-
Owner
oops maybe I replaced too brutally. UserFolder should be here :
<portal_components/test.erp5.testCookieCrumbler>:25: DeprecationWarning: UserFolder is deprecated. The standard Zope user folder implementation has moved to OFS.userfolder. Please depend on Zope and import from OFS.userfolder or use the new minimal user folder classes from AccessControl.userfolder. This backward compatibility shim will be removed in AccessControl version 6.
-
Owner
Thanks !
Please register or sign in to comment