From abfc2bfe7f07fb859c9fc9f80a5a1c561dcbe67d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Thu, 17 Feb 2011 15:34:18 +0000
Subject: [PATCH]  - remove commented out code, which is not needed in recent
 test runners    which provide configurable verbosity of test run

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43436 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5OOo/tests/testOOoImport.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/product/ERP5OOo/tests/testOOoImport.py b/product/ERP5OOo/tests/testOOoImport.py
index d83a10164d..6012792cfa 100644
--- a/product/ERP5OOo/tests/testOOoImport.py
+++ b/product/ERP5OOo/tests/testOOoImport.py
@@ -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'
-- 
2.30.9