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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jun 4 09:40:39 CEST 2008


Author: ivan
Date: Wed Jun  4 09:40:38 2008
New Revision: 21311

URL: http://svn.erp5.org?rev=21311&view=rev
Log:
Fix correctly test to rflect change in r21310.

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=21311&r1=21310&r2=21311&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testIngestion.py (original)
+++ erp5/trunk/products/ERP5OOo/tests/testIngestion.py Wed Jun  4 09:40:38 2008
@@ -696,7 +696,7 @@
     # short_title from content
     self.assertEquals(context.getShortTitle(), 'short')
     # title from metadata inside the document
-    self.assertEquals(context.getTitle(), 'TEST-en-002')
+    self.assertEquals(context.getTitle(),  'title')
     # contributors from user
     self.assertEquals(context.getContributor(), 'person_module/john')
 




More information about the Erp5-report mailing list