Commit d59f5082 authored by Jérome Perrin's avatar Jérome Perrin

replace some \t


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26967 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d38944bb
...@@ -125,6 +125,7 @@ class TestERP5CurrencyMixin(AccountingTestCase,ERP5TypeTestCase): ...@@ -125,6 +125,7 @@ class TestERP5CurrencyMixin(AccountingTestCase,ERP5TypeTestCase):
self.assertEquals(currency2.getValidationState(),'validated') self.assertEquals(currency2.getValidationState(),'validated')
self.assertEquals(0, len(currency2.checkConsistency())) self.assertEquals(0, len(currency2.checkConsistency()))
def test_01_UseCurrencyExchangeLineForDestination(self, quiet=0, def test_01_UseCurrencyExchangeLineForDestination(self, quiet=0,
run=run_all_test): run=run_all_test):
""" """
...@@ -345,6 +346,7 @@ class TestERP5CurrencyMixin(AccountingTestCase,ERP5TypeTestCase): ...@@ -345,6 +346,7 @@ class TestERP5CurrencyMixin(AccountingTestCase,ERP5TypeTestCase):
for line in line_list: for line in line_list:
self.assertEquals(line.getDestinationTotalAssetPrice(),None) self.assertEquals(line.getDestinationTotalAssetPrice(),None)
def test_01_DateOfCurrencyExchangeLineNotDateofTransaction(self, quiet=0, def test_01_DateOfCurrencyExchangeLineNotDateofTransaction(self, quiet=0,
run=run_all_test): run=run_all_test):
""" """
......
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