[Erp5-report] r18477 - /erp5/trunk/products/ERP5OOo/tests/testIngestion.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Dec 21 18:07:37 CET 2007


Author: yusei
Date: Fri Dec 21 18:07:37 2007
New Revision: 18477

URL: http://svn.erp5.org?rev=18477&view=rev
Log:
sorry, I forgot to remove pdb line.

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

Modified: erp5/trunk/products/ERP5OOo/tests/testIngestion.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/tests/testIngestion.py?rev=18477&r1=18476&r2=18477&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testIngestion.py (original)
+++ erp5/trunk/products/ERP5OOo/tests/testIngestion.py Fri Dec 21 18:07:37 2007
@@ -319,8 +319,6 @@
         # PDF has not implemented _convertToBaseFormat() so can not be converted
         self.assertEquals(context.getExternalProcessingState(), 'uploaded')
       else:
-        if context.getExternalProcessingState()=='uploaded':
-          import pdb;pdb.set_trace()
         self.assertEquals(context.getExternalProcessingState(), 'converted') # this is how we know if it was ok or not
         self.assert_('magic' in context.SearchableText())
         self.assert_('magic' in str(context.asText()))




More information about the Erp5-report mailing list