[Erp5-report] r34123 kazuhiko - /erp5/trunk/products/ERP5/PropertySheet/EquivalenceTester.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Mar 25 17:28:13 CET 2010
Author: kazuhiko
Date: Thu Mar 25 17:28:12 2010
New Revision: 34123
URL: http://svn.erp5.org?rev=34123&view=rev
Log:
add a property to store the title of the tested property.
Modified:
erp5/trunk/products/ERP5/PropertySheet/EquivalenceTester.py
Modified: erp5/trunk/products/ERP5/PropertySheet/EquivalenceTester.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/EquivalenceTester.py?rev=34123&r1=34122&r2=34123&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/EquivalenceTester.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/EquivalenceTester.py [utf8] Thu Mar 25 17:28:12 2010
@@ -34,7 +34,12 @@
_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' },
More information about the Erp5-report
mailing list