Commit f0550a1a authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix typos.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33462 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 16925c5a
...@@ -43,13 +43,13 @@ ...@@ -43,13 +43,13 @@
<key> <string>categories</string> </key> <key> <string>categories</string> </key>
<value> <value>
<tuple> <tuple>
<string>trade_phase/default/invoicing</string> <string>trade_phase/default/delivery</string>
</tuple> </tuple>
</value> </value>
</item> </item>
<item> <item>
<key> <string>default_reference</string> </key> <key> <string>default_reference</string> </key>
<value> <string>default_invoicing_rule</string> </value> <value> <string>default_delivering_rule</string> </value>
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<key> <string>categories</string> </key> <key> <string>categories</string> </key>
<value> <value>
<tuple> <tuple>
<string>trade_phase/default/invoicing</string> <string>trade_phase/default/invoice</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<key> <string>categories</string> </key> <key> <string>categories</string> </key>
<value> <value>
<tuple> <tuple>
<string>trade_phase/default/invoicing</string> <string>trade_phase/default/invoice</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
59 60
\ No newline at end of file \ No newline at end of file
...@@ -81,7 +81,7 @@ class TestBPMEvaluationMixin(TestBPMMixin): ...@@ -81,7 +81,7 @@ class TestBPMEvaluationMixin(TestBPMMixin):
rule.invalidate() rule.invalidate()
transaction.commit() transaction.commit()
self._createOrderRootSimulationRule() self._createOrderRootSimulationRule()
self._createDeliverySimulationRule() self._createDeliveryRootSimulationRule()
self._createDeliverySimulationRule() self._createDeliverySimulationRule()
self._createInvoiceSimulationRule() self._createInvoiceSimulationRule()
self._createInvoiceRootSimulationRule() self._createInvoiceRootSimulationRule()
...@@ -155,7 +155,7 @@ class TestBPMEvaluationMixin(TestBPMMixin): ...@@ -155,7 +155,7 @@ class TestBPMEvaluationMixin(TestBPMMixin):
def _createDeliverySimulationRule(self): def _createDeliverySimulationRule(self):
rule = self.rule_tool.newContent(portal_type='Delivery Simulation Rule', rule = self.rule_tool.newContent(portal_type='Delivery Simulation Rule',
reference='default_trade_model_rule', reference='default_delivering_rule',
test_method_id = ('SimulationMovement_testDeliverySimulationRule',) test_method_id = ('SimulationMovement_testDeliverySimulationRule',)
) )
rule.validate() rule.validate()
......
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