Commit bd437398 authored by Łukasz Nowak's avatar Łukasz Nowak

- typos


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28260 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 50788a69
...@@ -2084,10 +2084,10 @@ class TestTradeModelLine(TestTradeModelLineMixin): ...@@ -2084,10 +2084,10 @@ class TestTradeModelLine(TestTradeModelLineMixin):
""" """
Test the return of getAggregatedAmountList in the case of many model lines Test the return of getAggregatedAmountList in the case of many model lines
depending each others. In this test, lines are created in the order of the depending each others. In this test, lines are created in the order of the
dependancies (it means that if a line A depend of a line B, line B is dependencies (it means that if a line A depend of a line B, line B is
created before A). This is the most easy case. created before A). This is the most easy case.
Dependance tree : Dependency tree :
ModelLineTaxContributingToTotalTax : A ModelLineTaxContributingToTotalTax : A
ModelLineDiscountContributingToTotalDiscount : B ModelLineDiscountContributingToTotalDiscount : B
ModelLineTaxContributingToTotalTax2 : C ModelLineTaxContributingToTotalTax2 : C
...@@ -2147,12 +2147,12 @@ class TestTradeModelLine(TestTradeModelLineMixin): ...@@ -2147,12 +2147,12 @@ class TestTradeModelLine(TestTradeModelLineMixin):
""" """
Test the return of getAggregatedAmountList in the case of many model lines Test the return of getAggregatedAmountList in the case of many model lines
depending each others. In this test, lines are created in a random order, depending each others. In this test, lines are created in a random order,
not in the dependancies order (it means that if a line A depend of a not in the dependencies order (it means that if a line A depend of a
line B, line A can be created before line B). getAggregatedAmountList line B, line A can be created before line B). getAggregatedAmountList
should be able to handle this case and redo calculation unill all should be able to handle this case and redo calculation until all
dependancies are satified dependencies are satisfied
Dependance tree : Dependency tree :
ModelLineTaxContributingToTotalTax : A ModelLineTaxContributingToTotalTax : A
ModelLineDiscountContributingToTotalDiscount : B ModelLineDiscountContributingToTotalDiscount : B
ModelLineTaxContributingToTotalTax2 : C ModelLineTaxContributingToTotalTax2 : C
......
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