From 15d1e56af594338116e52b2e546e65276b3f760b Mon Sep 17 00:00:00 2001
From: Vincent Pelletier <vincent@nexedi.com>
Date: Fri, 2 Jan 2009 15:03:34 +0000
Subject: [PATCH] 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
---
 product/ERP5Banking/tests/testERP5BankingCounterDate.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/product/ERP5Banking/tests/testERP5BankingCounterDate.py b/product/ERP5Banking/tests/testERP5BankingCounterDate.py
index 39d26da429..3364bc156c 100755
--- a/product/ERP5Banking/tests/testERP5BankingCounterDate.py
+++ b/product/ERP5Banking/tests/testERP5BankingCounterDate.py
@@ -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
-- 
2.30.9