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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 7 13:46:04 CEST 2011


Author: luke
Date: Thu Apr  7 13:46:04 2011
New Revision: 45172

URL: http://svn.erp5.org?rev=45172&view=rev
Log:
 - remove not needed test which is not covering any interesing case

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=45172&r1=45171&r2=45172&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testBusinessTemplate.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testBusinessTemplate.py [utf8] Thu Apr  7 13:46:04 2011
@@ -7453,44 +7453,6 @@ class TestBusinessTemplate(ERP5TypeTestC
     sequence_list.addSequenceString(sequence_string)
     sequence_list.play(self)
 
-  def test_BusinessTemplateWithPropertySheetMigrationWithDocument(self):
-    sequence_list = SequenceList()
-    sequence_string = '\
-                       CreatePropertySheet \
-                       CreateDocument \
-                       CheckDocumentPropertySheetSameName \
-                       CreateNewBusinessTemplate \
-                       UseExportBusinessTemplate \
-                       AddPropertySheetToBusinessTemplate \
-                       AddDocumentToBusinessTemplate \
-                       CheckModifiedBuildingState \
-                       ' + self.save_current_business_template_sequence_string + '\
-                       RemovePropertySheet \
-                       RemoveDocument \
-                       RemoveBusinessTemplate \
-                       RemoveAllTrashBins \
-                       ImportBusinessTemplate \
-                       UseImportBusinessTemplate \
-                       CheckBuiltBuildingState \
-                       CheckNotInstalledInstallationState \
-                       InstallBusinessTemplate \
-                       Tic \
-                       CheckInstalledInstallationState \
-                       CheckBuiltBuildingState \
-                       CheckNoTrashBin \
-                       CheckSkinsLayers \
-                       CheckPropertySheetMigration \
-                       CheckPropertySheetRemoved \
-                       CheckDocumentExists \
-                       UninstallBusinessTemplate \
-                       CheckBuiltBuildingState \
-                       CheckNotInstalledInstallationState \
-                       CheckMigratedPropertySheetRemoved \
-                       CheckDocumentRemoved \
-                       '
-    sequence_list.addSequenceString(sequence_string)
-    sequence_list.play(self)
-
   def stepCreateAllPropertySheetsFromFilesystem(self, sequence=None, **kw):
     self.portal.portal_property_sheets.createAllPropertySheetsFromFilesystem()
 



More information about the Erp5-report mailing list