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 @@
<key> <string>categories</string> </key>
<value>
<tuple>
<string>trade_phase/default/invoicing</string>
<string>trade_phase/default/delivery</string>
</tuple>
</value>
</item>
<item>
<key> <string>default_reference</string> </key>
<value> <string>default_invoicing_rule</string> </value>
<value> <string>default_delivering_rule</string> </value>
</item>
<item>
<key> <string>description</string> </key>
......
......@@ -43,7 +43,7 @@
<key> <string>categories</string> </key>
<value>
<tuple>
<string>trade_phase/default/invoicing</string>
<string>trade_phase/default/invoice</string>
</tuple>
</value>
</item>
......
......@@ -43,7 +43,7 @@
<key> <string>categories</string> </key>
<value>
<tuple>
<string>trade_phase/default/invoicing</string>
<string>trade_phase/default/invoice</string>
</tuple>
</value>
</item>
......
59
\ No newline at end of file
60
\ No newline at end of file
......@@ -81,7 +81,7 @@ class TestBPMEvaluationMixin(TestBPMMixin):
rule.invalidate()
transaction.commit()
self._createOrderRootSimulationRule()
self._createDeliverySimulationRule()
self._createDeliveryRootSimulationRule()
self._createDeliverySimulationRule()
self._createInvoiceSimulationRule()
self._createInvoiceRootSimulationRule()
......@@ -155,7 +155,7 @@ class TestBPMEvaluationMixin(TestBPMMixin):
def _createDeliverySimulationRule(self):
rule = self.rule_tool.newContent(portal_type='Delivery Simulation Rule',
reference='default_trade_model_rule',
reference='default_delivering_rule',
test_method_id = ('SimulationMovement_testDeliverySimulationRule',)
)
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