From 919c56a7c60ee050fc8538fa5b95894d4081a1c3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Thu, 20 Aug 2009 14:10:45 +0000
Subject: [PATCH] we no longer expect Tax Rule there

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

diff --git a/product/ERP5/tests/testInvoice.py b/product/ERP5/tests/testInvoice.py
index a299ebbc2b..84e4d05fa9 100644
--- a/product/ERP5/tests/testInvoice.py
+++ b/product/ERP5/tests/testInvoice.py
@@ -2409,7 +2409,7 @@ class TestSaleInvoiceMixin(TestInvoiceMixin,
     rule_dict = {
         'Order Rule': {
           'movement_type_list': ['Sale Packing List Line', 'Sale Packing List Cell'],
-          'next_rule_list': ['Invoicing Rule', 'Tax Rule'],
+          'next_rule_list': ['Invoicing Rule', ],
           },
         'Invoicing Rule': {
           'movement_type_list': invoice.getPortalInvoiceMovementTypeList(),
-- 
2.30.9