Commit 14ab9348 authored by Romain Courteaud's avatar Romain Courteaud

Person_getApplicableTaxList result has been modified in r41333


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41505 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1f27c2ed
......@@ -532,8 +532,9 @@ class TestCommerce(ERP5TypeTestCase):
"""
# XXX : actually the script is only in squeleton mode,
# only return a tax of 20%
self.assertEquals({'VAT': 20.0},
self.getPortal().Person_getApplicableTaxList())
self.assertEquals(
{'VAT': {'translated_title': 'VAT', 'percent': 20.0}},
self.getPortal().Person_getApplicableTaxList())
def test_09_paymentRedirect(self):
"""
......
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