[Erp5-report] r38519 ivan - /erp5/trunk/products/ERP5OOo/tests/testDms.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Sep 21 16:27:30 CEST 2010
Author: ivan
Date: Tue Sep 21 16:27:28 2010
New Revision: 38519
URL: http://svn.erp5.org?rev=38519&view=rev
Log:
Uncomment commented by mistake line.
Modified:
erp5/trunk/products/ERP5OOo/tests/testDms.py
Modified: erp5/trunk/products/ERP5OOo/tests/testDms.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/tests/testDms.py?rev=38519&r1=38518&r2=38519&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testDms.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/tests/testDms.py [utf8] Tue Sep 21 16:27:28 2010
@@ -1238,7 +1238,7 @@ class TestDocument(TestDocumentMixin):
self.stepTic()
self.assertEquals('PDF', document.getPortalType())
content_information = document.getContentInformation()
- #self.assertEquals('the value', content_information['NonStandardMetadata'])
+ self.assertEquals('the value', content_information['NonStandardMetadata'])
self.assertEquals('1', content_information['Pages'])
self.assertEquals('REF', document.getReference())
More information about the Erp5-report
mailing list