Commit 15d1e56a authored by Vincent Pelletier's avatar Vincent Pelletier

Create a counter date right before enw od the year, to make sure it won't be...

Create a counter date right before enw od the year, to make sure it won't be found when generating the reference for the next counter date.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25001 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a1764537
......@@ -187,6 +187,7 @@ class TestERP5BankingCounterDate(TestERP5BankingMixin,
# Site-scoped
openAndTest(self.madrid, DateTime('2008/01/01'), '1')
# Year-scoped
openAndTest(self.paris, DateTime('2008/12/31'), '5')
openAndTest(self.paris, DateTime('2009/01/01'), '1')
# define how we launch the unit test
......
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