Before r42902, getProperty() was getting the accessor method of the
property through the portal type property holder. r42902 introduced portal type as classes and per property sheets accessor holders, but incorrectly called the accessor method on the instance (thus could possibly ending up calling the method of one of its parent through acquisition) rather than the portal type class itself. Add a test checking for such case. This commit fixes testXHTML. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43152 20353a03-c40f-0410-a6d1-a30d3c3de9de
Showing
Please register or sign in to comment