From 7efb65bb0ad4f2820b651738cef456220afff7b0 Mon Sep 17 00:00:00 2001
From: Yusuke Muraoka <yusuke@nexedi.com>
Date: Thu, 4 Feb 2010 03:12:04 +0000
Subject: [PATCH] remove an empty test method

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32245 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/tests/testAdvancedInvoicing.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/product/ERP5/tests/testAdvancedInvoicing.py b/product/ERP5/tests/testAdvancedInvoicing.py
index e3ea58ee3d..815c1b13dc 100644
--- a/product/ERP5/tests/testAdvancedInvoicing.py
+++ b/product/ERP5/tests/testAdvancedInvoicing.py
@@ -385,10 +385,6 @@ class TestAdvancedInvoice(TestSaleInvoiceMixin, ERP5TypeTestCase):
     if err_list:
       self.fail(''.join(err_list))
 
-  def test_Workflow(self):
-    """XXX: Make a test for auto_planned"""
-    pass
-
 
 class TestAdvancedSaleInvoice(TestAdvancedInvoice):
   quiet = 1
-- 
2.30.9