From 7abc6aa82147e07b85f7d29f4d198b662a11d317 Mon Sep 17 00:00:00 2001
From: Nicolas Wavrant <nicolas.wavrant@nexedi.com>
Date: Thu, 25 Feb 2016 13:45:22 +0000
Subject: [PATCH] erp5_upgrader: new test doesn't need a re-indexation anymore

---
 .../portal_components/test.erp5.testUpgrader.py                 | 2 --
 1 file changed, 2 deletions(-)

diff --git a/bt5/erp5_upgrader/TestTemplateItem/portal_components/test.erp5.testUpgrader.py b/bt5/erp5_upgrader/TestTemplateItem/portal_components/test.erp5.testUpgrader.py
index 22ded044e2..c97f1449c9 100644
--- a/bt5/erp5_upgrader/TestTemplateItem/portal_components/test.erp5.testUpgrader.py
+++ b/bt5/erp5_upgrader/TestTemplateItem/portal_components/test.erp5.testUpgrader.py
@@ -688,8 +688,6 @@ class TestUpgrader(ERP5TypeTestCase):
 
   def test_rename_category(self):
     """Check that the renaming category feature correctly updates objects"""
-    self.portal.portal_categories.Folder_reindexAll()
-    self.tic()
     sequence_list = SequenceList()
     sequence_string = """
       stepCreateOrganisationWithActivity
-- 
2.30.9