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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 17 16:04:44 CET 2011


Author: luke
Date: Thu Feb 17 16:04:44 2011
New Revision: 43429

URL: http://svn.erp5.org?rev=43429&view=rev
Log:
 - convert docstring comment to comment

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=43429&r1=43428&r2=43429&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testOOoImport.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/tests/testOOoImport.py [utf8] Thu Feb 17 16:04:44 2011
@@ -699,18 +699,16 @@ class TestOOoImport(TestOOoImportMixin):
     sequence_list.addSequenceString(sequence_string)
     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'
-                  ,'stepCheckImportedPersonList_2'
-                ]
-    sequence_string = ' '.join(step_list)
-    sequence_list.addSequenceString(sequence_string)
-    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'
+#                  ,'stepCheckImportedPersonList_2'
+#                ]
+#    sequence_string = ' '.join(step_list)
+#    sequence_list.addSequenceString(sequence_string)
+#    sequence_list.play(self)
 
   # CategoryTool_importCategoryFile tests
   def test_CategoryTool_importCategoryFile(self):



More information about the Erp5-report mailing list