Author: sfermigier
Date: Tue Dec 1 18:12:09 2009
New Revision: 885852
URL: http://svn.apache.org/viewvc?rev=885852&view=rev
Log:
Fix misuse of cmisra:base64 and cmisra:mediatype, according to the 1.0 specs.
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=885852&r1=885851&r2=885852&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
Tue Dec 1 18:12:09 2009
@@ -6,10 +6,7 @@
<author>admin</author>
<summary>${NAME} (summary)</summary>
<content type="text">Must be ignored - overridden by cmisra:content</content>
- <cmisra:content>
- <cmisra:mediatype>text/plain</cmisra:mediatype>
- <cmisra:base64>${CMISCONTENT}</cmisra:base64>
- </cmisra:content>
+ <cmisra:content>${CMISCONTENT}</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=885852&r1=885851&r2=885852&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
Tue Dec 1 18:12:09 2009
@@ -4,8 +4,5 @@
<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>
- <cmisra:mediatype>text/plain</cmisra:mediatype>
- <cmisra:base64>${CMISCONTENT}</cmisra:base64>
- </cmisra:content>
+ <cmisra:content>${CMISCONTENT}</cmisra:content>
</entry>