From 02130ffcd7053135027702ccb2597d2cf2c3d8e1 Mon Sep 17 00:00:00 2001 From: jke-openerp Date: Wed, 15 Jan 2014 11:05:06 +0100 Subject: [PATCH] [REF] Update __openerp__.py to point on the good filename bzr revid: jke@openerp.com-20140115100506-s0a5rn1hn1eivxof --- addons/calendar/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/calendar/__openerp__.py b/addons/calendar/__openerp__.py index 6b3fc29db44..2f06a0b5cb9 100644 --- a/addons/calendar/__openerp__.py +++ b/addons/calendar/__openerp__.py @@ -55,7 +55,7 @@ If you need to manage your meetings, you should install the CRM module. ], 'test' : [ 'test/calendar_test.yml', - 'test/test_crm_recurrent_meeting_case2.yml' + 'test/test_calendar_recurrent_event_case2.yml' ], 'installable': True, 'application': True,