From cb5cb67e7fece4b10ee87c72ee6c68f4e37fd586 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Wed, 5 Sep 2007 07:43:05 +0000
Subject: [PATCH] When reinstalling a copy of erp5_core, don't remove the copy
 afterwards, or we won't have any erp5_core installed.

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

diff --git a/product/ERP5/tests/testBusinessTemplate.py b/product/ERP5/tests/testBusinessTemplate.py
index 97ab39401f..dfef1d5e01 100644
--- a/product/ERP5/tests/testBusinessTemplate.py
+++ b/product/ERP5/tests/testBusinessTemplate.py
@@ -3726,7 +3726,6 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor):
                        RemoveKeysAndTable \
                        RemoveRole \
                        RemovePropertySheet \
-                       RemoveBusinessTemplate \
                        '
     sequence_list.addSequenceString(sequence_string)
     sequence_list.play(self, quiet=quiet)
@@ -3825,7 +3824,6 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor):
                        RemoveKeysAndTable \
                        RemoveRole \
                        RemovePropertySheet \
-                       RemoveBusinessTemplate \
                        '
     sequence_list.addSequenceString(sequence_string)
     sequence_list.play(self, quiet=quiet)
-- 
2.30.9