diff --git a/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_reset.xml b/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_reset.xml
index b503d2205ac77e9c9b3c62b292efe3d22795289c..f6ccef60100f98f073a26b293976ed046ece4610 100644
--- a/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_reset.xml
+++ b/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_reset.xml
@@ -57,7 +57,8 @@
 \n
 # validate rules\n
 for rule in portal.portal_rules.objectValues():\n
-  rule.validate()\n
+  if rule.getValidationState() != \'validated\':\n
+    rule.validate()\n
 \n
 # open all accounts\n
 for account in portal.account_module.objectValues():\n
diff --git a/bt5/erp5_accounting_ui_test/bt/revision b/bt5/erp5_accounting_ui_test/bt/revision
index 8306ec157b98723c6204c6395c9bce44649681f6..dd1ec209f3358043353ec9054f1d3bf3416d325e 100644
--- a/bt5/erp5_accounting_ui_test/bt/revision
+++ b/bt5/erp5_accounting_ui_test/bt/revision
@@ -1 +1 @@
-130
\ No newline at end of file
+132
\ No newline at end of file