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 @@ ...@@ -3,7 +3,7 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<global name="DeliveryRule" module="Products.ERP5Type.Document.DeliveryRule"/> <global name="DeliveryRootSimulationRule" module="Products.ERP5Type.Document.DeliveryRootSimulationRule"/>
<tuple/> <tuple/>
</tuple> </tuple>
</pickle> </pickle>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<global name="InvoiceRule" module="Products.ERP5Type.Document.InvoiceRule"/> <global name="InvoiceRootSimulationRule" module="Products.ERP5Type.Document.InvoiceRootSimulationRule"/>
<tuple/> <tuple/>
</tuple> </tuple>
</pickle> </pickle>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<global name="InvoiceTransactionRule" module="Products.ERP5Type.Document.InvoiceTransactionRule"/> <global name="InvoiceTransactionSimulationRule" module="Products.ERP5Type.Document.InvoiceTransactionSimulationRule"/>
<tuple/> <tuple/>
</tuple> </tuple>
</pickle> </pickle>
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
<key> <string>test_method_id</string> </key> <key> <string>test_method_id</string> </key>
<value> <value>
<tuple> <tuple>
<string>SimulationMovement_testInvoiceTransactionRule</string> <string>SimulationMovement_testInvoiceTransactionSimulationRule</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<global name="InvoicingRule" module="Products.ERP5Type.Document.InvoicingRule"/> <global name="InvoiceSimulationRule" module="Products.ERP5Type.Document.InvoiceSimulationRule"/>
<tuple/> <tuple/>
</tuple> </tuple>
</pickle> </pickle>
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
<key> <string>test_method_id</string> </key> <key> <string>test_method_id</string> </key>
<value> <value>
<tuple> <tuple>
<string>SimulationMovement_testInvoicingRule</string> <string>SimulationMovement_testInvoiceSimulationRule</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<global name="OrderRule" module="Products.ERP5Type.Document.OrderRule"/> <global name="OrderRootSimulationRule" module="Products.ERP5Type.Document.OrderRootSimulationRule"/>
<tuple/> <tuple/>
</tuple> </tuple>
</pickle> </pickle>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<global name="PaymentRule" module="Products.ERP5Type.Document.PaymentRule"/> <global name="PaymentSimulationRule" module="Products.ERP5Type.Document.PaymentSimulationRule"/>
<tuple/> <tuple/>
</tuple> </tuple>
</pickle> </pickle>
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
<key> <string>test_method_id</string> </key> <key> <string>test_method_id</string> </key>
<value> <value>
<tuple> <tuple>
<string>SimulationMovement_testPaymentRule</string> <string>SimulationMovement_testPaymentSimulationRule</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<global name="TradeModelRule" module="Products.ERP5Type.Document.TradeModelRule"/> <global name="TradeModelSimulationRule" module="Products.ERP5Type.Document.TradeModelSimulationRule"/>
<tuple/> <tuple/>
</tuple> </tuple>
</pickle> </pickle>
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
<key> <string>test_method_id</string> </key> <key> <string>test_method_id</string> </key>
<value> <value>
<tuple> <tuple>
<string>SimulationMovement_testTradeModelRule</string> <string>SimulationMovement_testTradeModelSimulationRule</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
48 49
\ No newline at end of file \ 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