Commit 2ea66210 authored by Aurel's avatar Aurel

remove useless print


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10204 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ee67f381
...@@ -595,9 +595,6 @@ class TestERP5BankingMonetaryDestruction(TestERP5BankingMixin, ERP5TypeTestCase) ...@@ -595,9 +595,6 @@ class TestERP5BankingMonetaryDestruction(TestERP5BankingMixin, ERP5TypeTestCase)
""" """
Check that compution of inventory at vault source is right after confirm and before deliver Check that compution of inventory at vault source is right after confirm and before deliver
""" """
print self.monetary_destruction.getBaobabDestination()
print self.monetary_destruction.getBaobabDestinationUid()
# check we have 5 banknotes of 10000 currently # check we have 5 banknotes of 10000 currently
self.assertEqual(self.simulation_tool.getCurrentInventory(node=self.source.getRelativeUrl(), resource = self.billet_10000.getRelativeUrl()), 5.0) self.assertEqual(self.simulation_tool.getCurrentInventory(node=self.source.getRelativeUrl(), resource = self.billet_10000.getRelativeUrl()), 5.0)
# check we will have 0 banknote of 10000 after deliver # check we will have 0 banknote of 10000 after deliver
......
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