Commit ad03af81 authored by Alexandre Boeglin's avatar Alexandre Boeglin

Forgot to re-enable all tests.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2053 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 224d6a55
......@@ -178,7 +178,7 @@ class TestAccountingRules(ERP5TypeTestCase):
self.failUnless(self.product1_region1_line1 != None)
self.product1_region1_line1.edit(title='income', source='account/account1', destination='account/account2', quantity=19.0)
def _test_01_HasEverything(self, quiet=0, run=run_all_test):
def test_01_HasEverything(self, quiet=0, run=run_all_test):
if not run: return
if not quiet:
ZopeTestCase._print('\nTest Has Everything ')
......@@ -195,7 +195,7 @@ class TestAccountingRules(ERP5TypeTestCase):
self.failUnless(self.getProductModule() != None)
self.failUnless(self.getCurrencyModule() != None)
def _test_02_UpdateInvoiceTransactionRuleMatrix(self, quiet=0, run=run_all_test):
def test_02_UpdateInvoiceTransactionRuleMatrix(self, quiet=0, run=run_all_test):
"""
Try to update the matrix after adding some predicates, and check if all objects were created
"""
......
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