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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jun 26 17:55:36 CEST 2007


Author: ivan
Date: Tue Jun 26 17:55:35 2007
New Revision: 14985

URL: http://svn.erp5.org?rev=14985&view=rev
Log:
Adjust test to match changes in revision 13662.

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=14985&r1=14984&r2=14985&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testIngestion.py (original)
+++ erp5/trunk/products/ERP5OOo/tests/testIngestion.py Tue Jun 26 17:55:35 2007
@@ -624,7 +624,7 @@
     # short_title from content
     self.assertEquals(context.getShortTitle(), 'short')
     # title from metadata inside the document
-    self.assertEquals(context.getTitle(), 'title')
+    self.assertEquals(context.getTitle(), 'TEST-en-002')
     # contributors from user
     self.assertEquals(context.getContributor(), 'person_module/john')
 




More information about the Erp5-report mailing list