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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Dec 13 15:50:20 CET 2007


Author: yusei
Date: Thu Dec 13 15:50:19 2007
New Revision: 18308

URL: http://svn.erp5.org?rev=18308&view=rev
Log:
Don't hide a possibility of bug.

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=18308&r1=18307&r2=18308&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testIngestion.py (original)
+++ erp5/trunk/products/ERP5OOo/tests/testIngestion.py Thu Dec 13 15:50:19 2007
@@ -662,8 +662,7 @@
     kw = dict(title='another title',
               subject='another subject',
               description='another description')
-    context.updateBaseMetadata(**kw)
-    # context.edit(**kw) - this works from UI but not from here - is there a problem somewhere?
+    context.edit(**kw)
     context.reindexObject(); get_transaction().commit();
     self.tic();
 




More information about the Erp5-report mailing list