[Erp5-report] r39458 nicolas.dumazet - /erp5/trunk/products/ERP5/tests/testBusinessTemplate.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Oct 22 05:24:20 CEST 2010
Author: nicolas.dumazet
Date: Fri Oct 22 05:24:18 2010
New Revision: 39458
URL: http://svn.erp5.org?rev=39458&view=rev
Log:
Removing the portal type after removing objects of this portal type.
Geek Module has several Geek Object children. If Geek Module
portal type is deleted, it becomes impossible to find
manage_delObject method on the Module to remove children objects
before deleting the Module.
Module hence has to be removed first, and only then Portal Type
can be removed.
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=39458&r1=39457&r2=39458&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testBusinessTemplate.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testBusinessTemplate.py [utf8] Fri Oct 22 05:24:18 2010
@@ -3388,8 +3388,8 @@ class TestBusinessTemplate(ERP5TypeTestC
SaveBusinessTemplate \
CheckBuiltBuildingState \
CheckNotInstalledInstallationState \
- RemovePortalType \
RemoveModule \
+ RemovePortalType \
RemoveBusinessTemplate \
RemoveAllTrashBins \
ImportBusinessTemplate \
@@ -4459,8 +4459,8 @@ class TestBusinessTemplate(ERP5TypeTestC
SaveBusinessTemplate \
CheckBuiltBuildingState \
CheckNotInstalledInstallationState \
- RemovePortalType \
RemoveModule \
+ RemovePortalType \
RemoveSkinFolder \
RemoveBaseCategory \
RemoveWorkflow \
@@ -4636,8 +4636,8 @@ class TestBusinessTemplate(ERP5TypeTestC
SaveBusinessTemplate \
CheckBuiltBuildingState \
CheckNotInstalledInstallationState \
- RemovePortalType \
RemoveModule \
+ RemovePortalType \
RemoveSkinFolder \
RemoveBaseCategory \
RemoveWorkflow \
@@ -4699,8 +4699,8 @@ class TestBusinessTemplate(ERP5TypeTestC
CheckLocalRolesExists \
CheckPropertySheetExists \
CheckSkinsLayers \
- RemovePortalType \
RemoveModule \
+ RemovePortalType \
RemoveSkinFolder \
RemoveBaseCategory \
RemoveWorkflow \
@@ -4788,8 +4788,8 @@ class TestBusinessTemplate(ERP5TypeTestC
CheckRoleExists \
CheckLocalRolesExists \
CheckPropertySheetExists \
- RemovePortalType \
RemoveModule \
+ RemovePortalType \
RemoveSkinFolder \
RemoveBaseCategory \
RemoveWorkflow \
@@ -4849,8 +4849,8 @@ class TestBusinessTemplate(ERP5TypeTestC
SaveBusinessTemplate \
CheckBuiltBuildingState \
CheckNotInstalledInstallationState \
- RemovePortalType \
RemoveModule \
+ RemovePortalType \
RemoveSkinFolder \
RemoveBaseCategory \
RemoveWorkflow \
@@ -4885,8 +4885,8 @@ class TestBusinessTemplate(ERP5TypeTestC
CheckRoleExists \
CheckLocalRolesExists \
CheckPropertySheetExists \
- RemovePortalType \
RemoveModule \
+ RemovePortalType \
RemoveSkinFolder \
RemoveBaseCategory \
RemoveWorkflow \
More information about the Erp5-report
mailing list