Commit dc3c41e2 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add a Dict Divergence Tester for variation_property_dict in tests.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31316 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3003b7bb
......@@ -88,6 +88,12 @@ class TestERP5SimulationMixin(TestPackingListMixin):
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',):
......
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