source: products/quintagroup.transmogrifier.simpleblog2quills/trunk/quintagroup/transmogrifier/simpleblog2quills/tests/root_entry.xml @ 359

Last change on this file since 359 was 359, checked in by chervol, 18 years ago

updated the adapter to save data in correct PersistentMapping? structure

File size: 1.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?><metadata xmlns="http://plone.org/ns/archetypes/" xmlns:cmf="http://cmf.zope.org/namespaces/default/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmp="adobe:ns:meta">
2    <dc:title>
3        Root entry
4    </dc:title>
5    <dc:description>
6        This entry was created in root of blog.
7    </dc:description>
8    <xmp:ModifyDate>
9        2007-11-14T10:32:11Z
10    </xmp:ModifyDate>
11    <field name="id">
12        root-entry
13    </field>
14    <field name="body">
15        &lt;p&gt;We are testing importing of blog entry.&lt;/p&gt;
16    </field>
17    <field name="categories">
18        Plone
19    </field>
20    <field name="categories">
21        Zope
22    </field>
23    <cmf:type>
24        BlogEntry
25    </cmf:type>
26    <cmf:workflow_history>
27        <cmf:workflow id="simpleblog_workflow">
28            <cmf:history>
29                <cmf:var id="action" type="None" value="None"/>
30                <cmf:var id="actor" type="str" value="admin"/>
31                <cmf:var id="comments" type="str" value=""/>
32                <cmf:var id="review_state" type="str" value="draft"/>
33                <cmf:var id="time" type="date" value="2007-11-06 05:25:51"/>
34            </cmf:history>
35            <cmf:history>
36                <cmf:var id="action" type="str" value="publish"/>
37                <cmf:var id="actor" type="str" value="admin"/>
38                <cmf:var id="comments" type="str" value=""/>
39                <cmf:var id="review_state" type="str" value="published"/>
40                <cmf:var id="time" type="date" value="2007-11-14 04:32:11"/>
41            </cmf:history>
42        </cmf:workflow>
43    </cmf:workflow_history>
44    <cmf:security>
45        <cmf:local_role role="Owner" user_id="admin"/>
46    </cmf:security>
47</metadata>
Note: See TracBrowser for help on using the repository browser.