From f215c9d231bcbfd4e7dbea751dae02c134736432 Mon Sep 17 00:00:00 2001
From: Yusuke Muraoka <yusuke@nexedi.com>
Date: Thu, 4 Feb 2010 10:08:25 +0000
Subject: [PATCH] no need tic for workflow change

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

diff --git a/product/ERP5/tests/testAdvancedInvoicing.py b/product/ERP5/tests/testAdvancedInvoicing.py
index 50e647c393..d611fcccbf 100644
--- a/product/ERP5/tests/testAdvancedInvoicing.py
+++ b/product/ERP5/tests/testAdvancedInvoicing.py
@@ -1144,11 +1144,8 @@ class TestWorkflow(SecurityTestCase):
   def test_autoplanned(self):
     sale_invoice = self.portal.getDefaultModule('Sale Invoice').newContent(portal_type='Sale Invoice')
     self.assertEquals(sale_invoice.getSimulationState(), 'draft')
-    self.tic()
-
     sale_invoice.autoPlan()
     self.assertEquals(sale_invoice.getSimulationState(), 'auto_planned')
-    self.tic()
 
     # other as anonymous
     self.failIfUserCanAccessDocument(self.other.getId(), sale_invoice)
-- 
2.30.9