[FIX] Change name of tests class

This commit is contained in:
Adrien Peiffer
2014-10-30 09:29:13 +01:00
parent f7a9b6ed0f
commit f957a0ffb1

View File

@@ -99,10 +99,10 @@ def journal_period_draft(self, journal_period_id, context):
context=context)
class TestAccountConstraintChronology(common.TransactionCase):
class TestAccountJournalPeriodClose(common.TransactionCase):
def setUp(self):
super(TestAccountConstraintChronology, self).setUp()
super(TestAccountJournalPeriodClose, self).setUp()
def test_close_period_open_journal(self):
context = {}