[FIX] Removed unneeded (and malformed) comment line.

This commit is contained in:
Ronald Portier (Therp BV)
2015-06-22 15:53:45 +02:00
parent 182ea2893a
commit 24f51b8256

View File

@@ -113,7 +113,6 @@ class TestStatementFile(TransactionCase):
'Statement %s not found after parse.' % statement_name
)
statement_obj = ids[0]
#statement_obj = statement_model.browse(statement_id)
if start_balance:
self.assertTrue(
abs(statement_obj.balance_start - start_balance) < 0.00001,