Commit 0b83b8b8 authored by Łukasz Nowak's avatar Łukasz Nowak

- convert docstring comment to comment


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43429 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 83c3dff8
...@@ -699,18 +699,16 @@ class TestOOoImport(TestOOoImportMixin): ...@@ -699,18 +699,16 @@ class TestOOoImport(TestOOoImportMixin):
sequence_list.addSequenceString(sequence_string) sequence_list.addSequenceString(sequence_string)
sequence_list.play(self) sequence_list.play(self)
''' # def test_12_ImportBigFile_2(self):
def test_12_ImportBigFile_2(self): # #self.logMessage('Simulate import of an OOo file with blank lines')
#self.logMessage('Simulate import of an OOo file with blank lines') # sequence_list = SequenceList()
sequence_list = SequenceList() # step_list = [ 'stepImportBigFile_2'
step_list = [ 'stepImportBigFile_2' # ,'Tic'
,'Tic' # ,'stepCheckImportedPersonList_2'
,'stepCheckImportedPersonList_2' # ]
] # sequence_string = ' '.join(step_list)
sequence_string = ' '.join(step_list) # sequence_list.addSequenceString(sequence_string)
sequence_list.addSequenceString(sequence_string) # sequence_list.play(self)
sequence_list.play(self)
'''
# CategoryTool_importCategoryFile tests # CategoryTool_importCategoryFile tests
def test_CategoryTool_importCategoryFile(self): def test_CategoryTool_importCategoryFile(self):
......
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