Commit c0c8ad30 authored by Ivan Tyagov's avatar Ivan Tyagov

Uncomment commented by mistake line.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38519 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5b454b0e
......@@ -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())
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment