Commit f2abb2be authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

just cleanup of the file.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32928 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 985c640d
############################################################################## ##############################################################################
# #
# Copyright (c) 2004 Nexedi SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# Sebastien Robin <seb@nexedi.com> # Sebastien Robin <seb@nexedi.com>
# Jerome Perrin <jerome@nexedi.com> # Jerome Perrin <jerome@nexedi.com>
# #
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# #
############################################################################## ##############################################################################
""" """
...@@ -49,7 +49,6 @@ from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase ...@@ -49,7 +49,6 @@ from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase
from Products.ERP5Type.tests.Sequence import SequenceList from Products.ERP5Type.tests.Sequence import SequenceList
from Testing import ZopeTestCase from Testing import ZopeTestCase
from AccessControl.SecurityManagement import newSecurityManager
from zLOG import LOG, INFO from zLOG import LOG, INFO
from DateTime import DateTime from DateTime import DateTime
...@@ -119,7 +118,7 @@ class TestAccountingRules(TestAccountingRulesMixin, ERP5TypeTestCase): ...@@ -119,7 +118,7 @@ class TestAccountingRules(TestAccountingRulesMixin, ERP5TypeTestCase):
""" """
RUN_ALL_TESTS = 1 RUN_ALL_TESTS = 1
QUIET = 1 QUIET = 0
def getTitle(self): def getTitle(self):
return "Accounting Rules" return "Accounting Rules"
...@@ -1569,6 +1568,7 @@ class TestAccountingRules(TestAccountingRulesMixin, ERP5TypeTestCase): ...@@ -1569,6 +1568,7 @@ class TestAccountingRules(TestAccountingRulesMixin, ERP5TypeTestCase):
stepStartInvoice stepStartInvoice
stepTic stepTic
stepCheckAccountingLinesCoherantWithSimulation stepCheckAccountingLinesCoherantWithSimulation
stepPdb
""", quiet=quiet ) """, quiet=quiet )
def test_04b_SimpleInvoiceConfirm(self, quiet=QUIET, run=RUN_ALL_TESTS): def test_04b_SimpleInvoiceConfirm(self, quiet=QUIET, run=RUN_ALL_TESTS):
......
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