Commit 6489c33c authored by Sebastien Robin's avatar Sebastien Robin

fixed a typo error

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10192 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a83a1758
......@@ -228,12 +228,11 @@ class TestERP5BankingMonetaryRecall(TestERP5BankingMixin, ERP5TypeTestCase):
# set source reference
self.setDocumentSourceReference(self.monetary_recall)
# check source reference
self.assertNotEqual(self.monetary_recallaccount_incident.getSourceReference(), '')
self.assertNotEqual(self.monetary_recall.getSourceReference(), '')
self.assertNotEqual(self.monetary_recall.getSourceReference(), None)
# check that its destination is counter
##self.assertEqual(self.monetary_recall.getDestination(),
##'site/testsite/paris/caveau/serre/encaisse_des_billets_retires_de_la_circulation')
#'site/testsite/paris/surface/banque_interne/guichet_1')
self.assertEqual(self.monetary_recall.getBaobabDestination(),
'site/testsite/paris/caveau/serre/encaisse_des_billets_retires_de_la_circulation')
def stepCreateValidLine1(self, sequence=None, sequence_list=None, **kwd):
......
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