Commit 73b2a191 authored by Romain Courteaud's avatar Romain Courteaud

Fix default run parameter of a test.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13431 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent de1edcdb
......@@ -907,7 +907,7 @@ class TestPackingList(TestPackingListMixin, ERP5TypeTestCase) :
sequence_list.play(self, quiet=quiet)
def test_14_PackingListHavePriceCurrencyCategory(self, quiet=quiet,
run=1): #run_all_test):
run=run_all_test):
"""Deliveries must have a price currency category. #252
"""
if not run:
......@@ -916,7 +916,6 @@ class TestPackingList(TestPackingListMixin, ERP5TypeTestCase) :
).newContent(portal_type=self.packing_list_portal_type)
self.failUnless(hasattr(pl, 'getPriceCurrency'))
if __name__ == '__main__':
framework()
else:
......
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