From a51c4d027baf44c100cac73dada4eaf1c367c6d1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Wed, 21 Jan 2009 10:22:50 +0000
Subject: [PATCH] validate rules

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25222 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/tests/testAccounting.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/product/ERP5/tests/testAccounting.py b/product/ERP5/tests/testAccounting.py
index 969ea46b5e..bca0f977ce 100644
--- a/product/ERP5/tests/testAccounting.py
+++ b/product/ERP5/tests/testAccounting.py
@@ -2459,6 +2459,7 @@ class TestAccountingWithSequences(ERP5TypeTestCase):
     self.createCurrencies()
     self.createEntities()
     self.createAccounts()
+    self.validateRules()
 
     # setup preference for the vendor group
     self.pref = self.portal.portal_preferences.newContent(
-- 
2.30.9