Commit 626ff89c authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add a property to store the title of the tested property.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34123 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 18ebd4cc
......@@ -34,7 +34,12 @@ class EquivalenceTester:
_properties = (
{ 'id' : 'tested_property',
'description' : 'Property used to Test',
'description' : 'Property used to test',
'type' : 'lines',
'default' : (),
'mode' : 'w' },
{ 'id' : 'tested_property_title',
'description' : 'Title of the property used to test',
'type' : 'lines',
'default' : (),
'mode' : 'w' },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment