|
@ -30,7 +30,7 @@ class TestImport(TestStatementFile): |
|
|
def test_old_statement_import(self): |
|
|
def test_old_statement_import(self): |
|
|
"""Test correct creation of single statement from old format.""" |
|
|
"""Test correct creation of single statement from old format.""" |
|
|
self._test_statement_import( |
|
|
self._test_statement_import( |
|
|
'bank_statement_parse_nl_ing_mt940', 'test-ing-old.940', |
|
|
|
|
|
|
|
|
'account_bank_statement_import_mt940_nl_ing', 'test-ing-old.940', |
|
|
'NL77INGB0574908765-2014-01-20', |
|
|
'NL77INGB0574908765-2014-01-20', |
|
|
start_balance=662.23, end_balance=564.35 |
|
|
start_balance=662.23, end_balance=564.35 |
|
|
) |
|
|
) |
|
@ -46,7 +46,7 @@ class TestImport(TestStatementFile): |
|
|
}, |
|
|
}, |
|
|
] |
|
|
] |
|
|
self._test_statement_import( |
|
|
self._test_statement_import( |
|
|
'bank_statement_parse_nl_ing_mt940', 'test-ing.940', |
|
|
|
|
|
|
|
|
'account_bank_statement_import_mt940_nl_ing', 'test-ing.940', |
|
|
'NL77INGB0574908765-2014-02-20', |
|
|
'NL77INGB0574908765-2014-02-20', |
|
|
start_balance=662.23, end_balance=564.35, |
|
|
start_balance=662.23, end_balance=564.35, |
|
|
transactions=transactions |
|
|
transactions=transactions |