Commit abfc2bfe authored by Łukasz Nowak's avatar Łukasz Nowak

- 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
parent 5157b16d
......@@ -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'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment