Commit 4dde983e authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

use new simulation rules.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33379 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8307112b
......@@ -3,7 +3,7 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="DeliveryRule" module="Products.ERP5Type.Document.DeliveryRule"/>
<global name="DeliveryRootSimulationRule" module="Products.ERP5Type.Document.DeliveryRootSimulationRule"/>
<tuple/>
</tuple>
</pickle>
......
......@@ -3,7 +3,7 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="InvoiceRule" module="Products.ERP5Type.Document.InvoiceRule"/>
<global name="InvoiceRootSimulationRule" module="Products.ERP5Type.Document.InvoiceRootSimulationRule"/>
<tuple/>
</tuple>
</pickle>
......
......@@ -3,7 +3,7 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="InvoiceTransactionRule" module="Products.ERP5Type.Document.InvoiceTransactionRule"/>
<global name="InvoiceTransactionSimulationRule" module="Products.ERP5Type.Document.InvoiceTransactionSimulationRule"/>
<tuple/>
</tuple>
</pickle>
......@@ -79,7 +79,7 @@
<key> <string>test_method_id</string> </key>
<value>
<tuple>
<string>SimulationMovement_testInvoiceTransactionRule</string>
<string>SimulationMovement_testInvoiceTransactionSimulationRule</string>
</tuple>
</value>
</item>
......
......@@ -3,7 +3,7 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="InvoicingRule" module="Products.ERP5Type.Document.InvoicingRule"/>
<global name="InvoiceSimulationRule" module="Products.ERP5Type.Document.InvoiceSimulationRule"/>
<tuple/>
</tuple>
</pickle>
......@@ -73,7 +73,7 @@
<key> <string>test_method_id</string> </key>
<value>
<tuple>
<string>SimulationMovement_testInvoicingRule</string>
<string>SimulationMovement_testInvoiceSimulationRule</string>
</tuple>
</value>
</item>
......
......@@ -3,7 +3,7 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="OrderRule" module="Products.ERP5Type.Document.OrderRule"/>
<global name="OrderRootSimulationRule" module="Products.ERP5Type.Document.OrderRootSimulationRule"/>
<tuple/>
</tuple>
</pickle>
......
......@@ -3,7 +3,7 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="PaymentRule" module="Products.ERP5Type.Document.PaymentRule"/>
<global name="PaymentSimulationRule" module="Products.ERP5Type.Document.PaymentSimulationRule"/>
<tuple/>
</tuple>
</pickle>
......@@ -73,7 +73,7 @@
<key> <string>test_method_id</string> </key>
<value>
<tuple>
<string>SimulationMovement_testPaymentRule</string>
<string>SimulationMovement_testPaymentSimulationRule</string>
</tuple>
</value>
</item>
......
......@@ -3,7 +3,7 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="TradeModelRule" module="Products.ERP5Type.Document.TradeModelRule"/>
<global name="TradeModelSimulationRule" module="Products.ERP5Type.Document.TradeModelSimulationRule"/>
<tuple/>
</tuple>
</pickle>
......@@ -61,7 +61,7 @@
<key> <string>test_method_id</string> </key>
<value>
<tuple>
<string>SimulationMovement_testTradeModelRule</string>
<string>SimulationMovement_testTradeModelSimulationRule</string>
</tuple>
</value>
</item>
......
48
\ No newline at end of file
49
\ No newline at end of file
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