mirror of
https://github.com/lennart-k/rustical.git
synced 2026-01-30 16:28:21 +00:00
Remove calendar-query integration test for now
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -16,3 +16,5 @@ site
|
|||||||
# Frontend
|
# Frontend
|
||||||
**/node_modules
|
**/node_modules
|
||||||
**/.vite
|
**/.vite
|
||||||
|
|
||||||
|
**/*.snap.new
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ use tower::ServiceExt;
|
|||||||
|
|
||||||
mod calendar;
|
mod calendar;
|
||||||
mod calendar_import;
|
mod calendar_import;
|
||||||
mod calendar_report;
|
// mod calendar_report;
|
||||||
|
|
||||||
#[rstest]
|
#[rstest]
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
|
|||||||
@@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
source: src/integration_tests/caldav/calendar.rs
|
|
||||||
assertion_line: 145
|
|
||||||
expression: body
|
|
||||||
---
|
|
||||||
BEGIN:VCALENDAR
|
|
||||||
VERSION:2.0
|
|
||||||
PRODID:RustiCal Export
|
|
||||||
CALSCALE:GREGORIAN
|
|
||||||
X-WR-CALNAME:Calendar
|
|
||||||
X-WR-CALDESC:Description
|
|
||||||
X-WR-CALCOLOR:#00FF00
|
|
||||||
X-WR-TIMEZONE:US/Eastern
|
|
||||||
END:VCALENDAR
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
---
|
|
||||||
source: src/integration_tests/carddav/addressbook.rs
|
|
||||||
assertion_line: 446
|
|
||||||
expression: body
|
|
||||||
---
|
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<multistatus xmlns="DAV:" xmlns:CAL="urn:ietf:params:xml:ns:caldav" xmlns:CARD="urn:ietf:params:xml:ns:carddav" xmlns:CS="http://calendarserver.org/ns/" xmlns:PUSH="https://bitfire.at/webdav-push">
|
|
||||||
<response>
|
|
||||||
<href>/carddav/principal/user/contacts/newcard.vcf</href>
|
|
||||||
<propstat>
|
|
||||||
<prop>
|
|
||||||
<getetag>"ea0bf4a2ce7ef84606a4cf9235776dbc11b3e7ce351ddf35f27cbc0088acca7e"</getetag>
|
|
||||||
<CARD:address-data>BEGIN:VCARD
|
|
||||||
VERSION:3.0
|
|
||||||
FN:Cyrus Daboo
|
|
||||||
N:Daboo;Cyrus
|
|
||||||
ADR;TYPE=POSTAL:;2822 Email HQ;Suite 2821;RFCVille;PA;15213;USA
|
|
||||||
EMAIL;TYPE=INTERNET,PREF:cyrus@example.com
|
|
||||||
NICKNAME:me
|
|
||||||
NOTE:Example VCard.
|
|
||||||
ORG:Self Employed
|
|
||||||
TEL;TYPE=WORK,VOICE:412 605 0499
|
|
||||||
TEL;TYPE=FAX:412 605 0705
|
|
||||||
URL:http://www.example.com
|
|
||||||
UID:1234-5678-9000-1
|
|
||||||
END:VCARD
|
|
||||||
</CARD:address-data>
|
|
||||||
</prop>
|
|
||||||
<status>HTTP/1.1 200 OK</status>
|
|
||||||
</propstat>
|
|
||||||
</response>
|
|
||||||
<response>
|
|
||||||
<href>/home/bernard/addressbook/vcf1.vcf</href>
|
|
||||||
<status>HTTP/1.1 404 Not Found</status>
|
|
||||||
</response>
|
|
||||||
</multistatus>
|
|
||||||
Reference in New Issue
Block a user