diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2010-10-27 22:42:00 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2010-10-27 22:42:00 +0100 |
commit | 7f7ea5bb073e3335173f5e337a345589f1607739 (patch) | |
tree | c7a1d7ffb694b52129096f7f1e1ce4ce03e1b49a /pykolab/tests | |
parent | 9c4499cbb60a45e6086a0ba5c3102b2e6c256cad (diff) | |
download | pykolab-7f7ea5bb073e3335173f5e337a345589f1607739.tar.gz |
Move files from python code directories to their new location in share/tests/
Diffstat (limited to 'pykolab/tests')
-rw-r--r-- | pykolab/tests/kaddress-contact.tpl | 57 | ||||
-rw-r--r-- | pykolab/tests/kcal-event.tpl | 66 |
2 files changed, 0 insertions, 123 deletions
diff --git a/pykolab/tests/kaddress-contact.tpl b/pykolab/tests/kaddress-contact.tpl deleted file mode 100644 index f4fa7bb..0000000 --- a/pykolab/tests/kaddress-contact.tpl +++ /dev/null @@ -1,57 +0,0 @@ -From: @@user@@ <@@user_email@@> -Subject: @@uid@@ -Date: Thu, 20 May 2010 09:04:51 +0100 -MIME-Version: 1.0 -X-Kolab-Type: application/x-vnd.kolab.contact -Content-Type: Multipart/Mixed; - boundary="Boundary-00=@@uid@@" -Status: RO -X-Status: OT -X-KMail-EncryptionState: -X-KMail-SignatureState: -X-KMail-MDN-Sent: -X-UID: 57 - ---Boundary-00=@@uid@@ -Content-Type: Text/Plain; - charset="us-ascii" -Content-Transfer-Encoding: 7bit - -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@@ -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@@</uid> - <body>body</body> - <creation-date>2009-09-13T11:49:18Z</creation-date> - <sensitivity>public</sensitivity> - <name> - <given-name>@@given_name@@</given_name> - <last-name>@@last_name@@</last-name> - <full-name>@@full_name@@</full-name> - </name> - <organization></organization> - <web-page></web-page> - <role></role> - <email> - <display-name>@@display_name@@</display-name> - <smtp-address>@@email_address@@</smtp-address> - </email> - <phone> - <type>mobile</type> - <number>@@number@@</number> - </phone> - <preferred-address>business</preferred-address> -</contact> - ---Boundary-00=@@uid@@-- diff --git a/pykolab/tests/kcal-event.tpl b/pykolab/tests/kcal-event.tpl deleted file mode 100644 index 7eadb80..0000000 --- a/pykolab/tests/kcal-event.tpl +++ /dev/null @@ -1,66 +0,0 @@ -From: @@user@@ von Test <@@user_email@@> -Subject: libkcal-@@uid@@ -Date: Thu, 21 Oct 2010 14:40:32 +0100 -MIME-Version: 1.0 -X-Kolab-Type: application/x-vnd.kolab.event -Content-Type: Multipart/Mixed; - boundary="Boundary-00=@@uid@@" -Status: RO -X-Status: OT -X-KMail-EncryptionState: -X-KMail-SignatureState: -X-KMail-MDN-Sent: -X-UID: 0 - ---Boundary-00=@@uid@@ -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@@ -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@@</uid> - <creation-date>2010-10-21T13:40:32Z</creation-date> - <last-modification-date>2010-10-21T13:42:14+00:00</last-modification-date> - <sensitivity>public</sensitivity> - <start-date>@@date_start@@T@@time_start@@:00:00Z</start-date> - <summary>test event</summary> - <location>somewhere else</location> - <organizer> - <display-name>@@user@@ von Test</display-name> - <smtp-address>@@user_email@@</smtp-address> - </organizer> - <attendee> - <display-name>@@user@@ von Test</display-name> - <smtp-address>@@user_email@@</smtp-address> - <status>accepted</status> - <request-response>false</request-response> - <invitation-sent>false</invitation-sent> - <role>required</role> - </attendee>@@recurrence@@ - <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>@@date_end@@T@@time_end@@:00:00Z</end-date> -</event> - ---Boundary-00=@@uid@@-- |