[Erp5-report] r31316 kazuhiko - /erp5/trunk/products/ERP5/tests/testERP5Simulation.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Dec 15 16:03:14 CET 2009
Author: kazuhiko
Date: Tue Dec 15 16:03:13 2009
New Revision: 31316
URL: http://svn.erp5.org?rev=31316&view=rev
Log:
add a Dict Divergence Tester for variation_property_dict in tests.
Modified:
erp5/trunk/products/ERP5/tests/testERP5Simulation.py
Modified: erp5/trunk/products/ERP5/tests/testERP5Simulation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testERP5Simulation.py?rev=31316&r1=31315&r2=31316&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5Simulation.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testERP5Simulation.py [utf8] Tue Dec 15 16:03:13 2009
@@ -88,6 +88,12 @@
portal_type='Category Membership Divergence Tester',
tested_property=i,
matching_provider=1)
+ # create dict divergence testers that is also used for matching
+ for i in ('variation_property_dict',):
+ new_order_rule.newContent(
+ portal_type='Dict Divergence Tester',
+ tested_property=i,
+ matching_provider=1)
# create datetime divergence testers
for i in ('start_date',
'stop_date',):
More information about the Erp5-report
mailing list