[Erp5-report] r16057 - /erp5/trunk/products/ERP5/tests/testBusinessTemplate.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Sep 5 09:43:06 CEST 2007


Author: jerome
Date: Wed Sep  5 09:43:05 2007
New Revision: 16057

URL: http://svn.erp5.org?rev=16057&view=rev
Log:
When reinstalling a copy of erp5_core, don't remove the copy afterwards, or we
won't have any erp5_core installed.


Modified:
    erp5/trunk/products/ERP5/tests/testBusinessTemplate.py

Modified: erp5/trunk/products/ERP5/tests/testBusinessTemplate.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testBusinessTemplate.py?rev=16057&r1=16056&r2=16057&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testBusinessTemplate.py (original)
+++ erp5/trunk/products/ERP5/tests/testBusinessTemplate.py Wed Sep  5 09:43:05 2007
@@ -3726,7 +3726,6 @@
                        RemoveKeysAndTable \
                        RemoveRole \
                        RemovePropertySheet \
-                       RemoveBusinessTemplate \
                        '
     sequence_list.addSequenceString(sequence_string)
     sequence_list.play(self, quiet=quiet)
@@ -3825,7 +3824,6 @@
                        RemoveKeysAndTable \
                        RemoveRole \
                        RemovePropertySheet \
-                       RemoveBusinessTemplate \
                        '
     sequence_list.addSequenceString(sequence_string)
     sequence_list.play(self, quiet=quiet)




More information about the Erp5-report mailing list