Author: fguillaume
Date: Wed Dec 2 09:57:48 2009
New Revision: 886095
URL: http://svn.apache.org/viewvc?rev=886095&view=rev
Log:
revert r885852 in light of probably resolution for
http://tools.oasis-open.org/issues/browse/CMIS-601
Modified:
incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/templates/createdocumentBase64.cmisatomentry.xml
incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/templates/updatedocument.cmisatomentry.xml
Modified:
incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/templates/createdocumentBase64.cmisatomentry.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/templates/createdocumentBase64.cmisatomentry.xml?rev=886095&r1=886094&r2=886095&view=diff
==============================================================================
---
incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/templates/createdocumentBase64.cmisatomentry.xml
(original)
+++
incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/templates/createdocumentBase64.cmisatomentry.xml
Wed Dec 2 09:57:48 2009
@@ -6,7 +6,10 @@
<author>admin</author>
<summary>${NAME} (summary)</summary>
<content type="text">Must be ignored - overridden by cmisra:content</content>
- <cmisra:content>${CMISCONTENT}</cmisra:content>
+ Â <cmisra:content>
+ Â Â <cmisra:mediatype>text/plain</cmisra:mediatype>
+ Â Â <cmisra:base64>${CMISCONTENT}</cmisra:base64>
+ Â </cmisra:content>
<cmisra:object>
<cmis:properties>
<cmis:propertyId propertyDefinitionId="cmis:objectTypeId">
Modified:
incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/templates/updatedocument.cmisatomentry.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/templates/updatedocument.cmisatomentry.xml?rev=886095&r1=886094&r2=886095&view=diff
==============================================================================
---
incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/templates/updatedocument.cmisatomentry.xml
(original)
+++
incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/src/main/resources/org/apache/chemistry/tck/atompub/templates/updatedocument.cmisatomentry.xml
Wed Dec 2 09:57:48 2009
@@ -4,5 +4,8 @@
<title>Updated Title ${NAME}</title>
<updated>2009-01-01T00:00:00Z</updated>
<content>this content must be ignored ${NAME}</content> <!-- must be
overridden by cmisra:content -->
- <cmisra:content>${CMISCONTENT}</cmisra:content>
+ Â <cmisra:content>
+ Â Â <cmisra:mediatype>text/plain</cmisra:mediatype>
+ Â Â <cmisra:base64>${CMISCONTENT}</cmisra:base64>
+ Â </cmisra:content>
</entry>