diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-09-07 12:46:32 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-09-07 12:46:32 +0100 |
commit | 24a4151e195881da224c870dd505e2963fb770b9 (patch) | |
tree | 8449be3354d7e439e42fe3409c14e7e1fffac1ca /share/tests | |
parent | e75cdfa0a320bcb58dc6abbb23c558a4e0035f63 (diff) | |
download | pykolab-24a4151e195881da224c870dd505e2963fb770b9.tar.gz |
Remove these test templates
Diffstat (limited to 'share/tests')
-rw-r--r-- | share/tests/kaddress-contact.tpl | 54 | ||||
-rw-r--r-- | share/tests/kcal-event.tpl | 67 |
2 files changed, 0 insertions, 121 deletions
diff --git a/share/tests/kaddress-contact.tpl b/share/tests/kaddress-contact.tpl deleted file mode 100644 index 1aefcc8..0000000 --- a/share/tests/kaddress-contact.tpl +++ /dev/null @@ -1,54 +0,0 @@ -From: %(from_name_str)s <%(from_email_str)s> -To: %(to_name_str)s <%(to_email_str)s> -Subject: %(uid)s -Date: %(rfc_2822_sent_date)s -MIME-Version: 1.0 -X-Kolab-Type: application/x-vnd.kolab.contact -Content-Type: Multipart/Mixed; - boundary="Boundary-00=%(uid)s" - ---Boundary-00=%(uid)s -Content-Type: Text/Plain; - charset="us-ascii" -Content-Transfer-Encoding: 7bit -Content-Disposition: - -This is a Kolab Groupware object. -To view this object you will need an email client that can understand the Kolab Groupware format. -For a list of such email clients please visit -http://www.kolab.org/kolab2-clients.html - ---Boundary-00=%(uid)s -Content-Type: application/x-vnd.kolab.contact; - name="kolab.xml" -Content-Transfer-Encoding: 7bit -Content-Disposition: attachment; - filename="kolab.xml" - -<?xml version="1.0" encoding="UTF-8"?> -<contact version="1.0"> - <product-id>KAddressBook 3.3, Kolab resource</product-id> - <uid>%(uid)s</uid> - <body>body</body> - <creation-date>%(kolab_creation_date)s</creation-date> - <sensitivity>public</sensitivity> - <name> - <given-name>%(kolab_contact_given_name)s</given-name> - <last-name>%(kolab_contact_last_name)s</last-name> - <full-name>%(kolab_contact_given_name)s %(kolab_contact_last_name)s</full-name> - </name> - <organization></organization> - <web-page></web-page> - <role></role> - <email> - <display-name>%(kolab_contact_given_name)s %(kolab_contact_last_name)s</display-name> - <smtp-address>%(kolab_contact_email_str)s</smtp-address> - </email> - <phone> - <type>mobile</type> - <number>%(kolab_contact_mobile_number)s</number> - </phone> - <preferred-address></preferred-address> -</contact> - ---Boundary-00=%(uid)s-- diff --git a/share/tests/kcal-event.tpl b/share/tests/kcal-event.tpl deleted file mode 100644 index 2c9dc2c..0000000 --- a/share/tests/kcal-event.tpl +++ /dev/null @@ -1,67 +0,0 @@ -From: %(from_name_str)s <%(from_email_str)s> -To: %(to_name_str)s <%(to_email_str)s> -Subject: libkcal-%(uid)s -Date: %(rfc_2822_sent_date)s -MIME-Version: 1.0 -X-Kolab-Type: application/x-vnd.kolab.event -Content-Type: Multipart/Mixed; - boundary="Boundary-00=%(uid)s" -Status: RO -X-Status: OT -X-KMail-EncryptionState: -X-KMail-SignatureState: -X-KMail-MDN-Sent: -X-UID: 0 - ---Boundary-00=%(uid)s -Content-Type: Text/Plain; - charset="us-ascii" -Content-Transfer-Encoding: 7bit -Content-Disposition: - -This is a Kolab Groupware object. -To view this object you will need an email client that can understand the Kolab Groupware format. -For a list of such email clients please visit -http://www.kolab.org/kolab2-clients.html ---Boundary-00=%(uid)s -Content-Type: application/x-vnd.kolab.event; - name="kolab.xml" -Content-Transfer-Encoding: 7bit -Content-Disposition: attachment; - filename="kolab.xml" - -<?xml version="1.0" encoding="UTF-8"?> -<event version="1.0"> - <product-id>KOrganizer 4.4.5, Kolab resource</product-id> - <uid>libkcal-%(uid)s</uid> - <creation-date>%(kolab_event_date_creation)s</creation-date> - <last-modification-date>2010-10-21T13:42:14+00:00</last-modification-date> - <sensitivity>public</sensitivity> - <start-date>%(kolab_event_date_start)s</start-date> - <summary>%(event_summary)s</summary> - <location>%(event_location)s</location> - <organizer> - <display-name>%(from_name_str)s</display-name> - <smtp-address>%(from_email_str)s</smtp-address> - </organizer> - <attendee> - <display-name>%(to_name_str)s</display-name> - <smtp-address>%(to_email_str)s</smtp-address> - <status>accepted</status> - <request-response>false</request-response> - <invitation-sent>false</invitation-sent> - <role>required</role> - </attendee>%(event_recurrence)s - <alarm>15</alarm> - <advanced-alarms> - <alarm type="display"> - <enabled>1</enabled> - <start-offset>-15</start-offset> - </alarm> - </advanced-alarms> - <revision>0</revision> - <show-time-as>busy</show-time-as> - <end-date>%(kolab_event_date_end)s</end-date> -</event> - ---Boundary-00=%(uid)s-- |