[Erp5-report] r43436 luke - /erp5/trunk/products/ERP5OOo/tests/testOOoImport.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 17 16:34:18 CET 2011


Author: luke
Date: Thu Feb 17 16:34:18 2011
New Revision: 43436

URL: http://svn.erp5.org?rev=43436&view=rev
Log:
 - remove commented out code, which is not needed in recent test runners
   which provide configurable verbosity of test run

Modified:
    erp5/trunk/products/ERP5OOo/tests/testOOoImport.py

Modified: erp5/trunk/products/ERP5OOo/tests/testOOoImport.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/tests/testOOoImport.py?rev=43436&r1=43435&r2=43436&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testOOoImport.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/tests/testOOoImport.py [utf8] Thu Feb 17 16:34:18 2011
@@ -555,7 +555,6 @@ class TestOOoImport(TestOOoImportMixin):
 
   def test_02_ImportFileBlankLine(self):
     #Simulate import of an OOo file with blank lines.
-    #self.logMessage('Simulate import of an OOo file with blank lines')
     sequence_list = SequenceList()
     step_list = [  'stepImportFileWithBlankLine'
                   ,'Tic'
@@ -574,7 +573,6 @@ class TestOOoImport(TestOOoImportMixin):
     sequence_list.play(self)
 
   def test_04_ImportFileWithCategory(self):
-    #self.logMessage('Simulate import of an OOo file with blank lines')
     sequence_list = SequenceList()
     step_list = [  'stepImportFileWithCategory'
                   ,'Tic'
@@ -585,7 +583,6 @@ class TestOOoImport(TestOOoImportMixin):
     sequence_list.play(self)
 
   def test_05_ImportOrganisation(self):
-   #self.logMessage('Simulate import of an OOo file with blank lines')
     sequence_list = SequenceList()
     step_list = [  'stepImportOrganisation'
                   ,'Tic'
@@ -596,7 +593,6 @@ class TestOOoImport(TestOOoImportMixin):
     sequence_list.play(self)
 
   def test_06_AuthorImportFile(self):
-    #self.logMessage('Simulate import of an OOo file with blank lines')
     sequence_list = SequenceList()
     step_list = [  'stepAuthorImportFile'
                   ,'Tic'
@@ -667,7 +663,6 @@ class TestOOoImport(TestOOoImportMixin):
     sequence_list.play(self)
 
 #  def test_12_ImportBigFile_2(self):
-#    #self.logMessage('Simulate import of an OOo file with blank lines')
 #    sequence_list = SequenceList()
 #    step_list = [  'stepImportBigFile_2'
 #                  ,'Tic'



More information about the Erp5-report mailing list