Commit cb5cb67e authored by Jérome Perrin's avatar Jérome Perrin

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
parent 098f82d0
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment