[Pkg-owncloud-commits] [php-sabre-vobject] 06/43: fixed tests
David Prévot
taffit at moszumanska.debian.org
Fri Oct 10 14:16:14 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabre-vobject.
commit c290b7bd8c709525cb7380a8c2431c7a547f8b9f
Author: Dominik Tobschall <dominik at fruux.com>
Date: Thu Sep 25 20:44:21 2014 +0200
fixed tests
---
tests/VObject/ITip/BrokerNewEventTest.php | 16 ++++++-------
tests/VObject/ITip/BrokerUpdateEventTest.php | 36 ++++++++++++++--------------
2 files changed, 26 insertions(+), 26 deletions(-)
diff --git a/tests/VObject/ITip/BrokerNewEventTest.php b/tests/VObject/ITip/BrokerNewEventTest.php
index 97cb812..06b68cc 100644
--- a/tests/VObject/ITip/BrokerNewEventTest.php
+++ b/tests/VObject/ITip/BrokerNewEventTest.php
@@ -176,8 +176,8 @@ METHOD:REQUEST
BEGIN:VEVENT
UID:foobar
ORGANIZER;CN=Strunk:mailto:strunk at example.org
-ATTENDEE;CN=One:mailto:one at example.org
-ATTENDEE;CN=Two:mailto:two at example.org
+ATTENDEE;CN=One;PARTSTAT=NEEDS-ACTION:mailto:one at example.org
+ATTENDEE;CN=Two;PARTSTAT=NEEDS-ACTION:mailto:two at example.org
DTSTART:20140716T120000Z
RRULE:FREQ=DAILY
EXDATE:20140717T120000Z,20140718T120000Z
@@ -203,8 +203,8 @@ METHOD:REQUEST
BEGIN:VEVENT
UID:foobar
ORGANIZER;CN=Strunk:mailto:strunk at example.org
-ATTENDEE;CN=One:mailto:one at example.org
-ATTENDEE;CN=Two:mailto:two at example.org
+ATTENDEE;CN=One;PARTSTAT=NEEDS-ACTION:mailto:one at example.org
+ATTENDEE;CN=Two;PARTSTAT=NEEDS-ACTION:mailto:two at example.org
DTSTART:20140716T120000Z
RRULE:FREQ=DAILY
EXDATE:20140717T120000Z
@@ -299,8 +299,8 @@ METHOD:REQUEST
BEGIN:VEVENT
UID:foobar
ORGANIZER;CN=Strunk:mailto:strunk at example.org
-ATTENDEE;CN=One:mailto:one at example.org
-ATTENDEE;CN=Two:mailto:two at example.org
+ATTENDEE;CN=One;PARTSTAT=NEEDS-ACTION:mailto:one at example.org
+ATTENDEE;CN=Two;PARTSTAT=NEEDS-ACTION:mailto:two at example.org
DTSTART:20140716T120000Z
RRULE:FREQ=DAILY
EXDATE:20140718T120000Z
@@ -326,8 +326,8 @@ METHOD:REQUEST
BEGIN:VEVENT
UID:foobar
ORGANIZER;CN=Strunk:mailto:strunk at example.org
-ATTENDEE;CN=One:mailto:one at example.org
-ATTENDEE;CN=Two:mailto:two at example.org
+ATTENDEE;CN=One;PARTSTAT=NEEDS-ACTION:mailto:one at example.org
+ATTENDEE;CN=Two;PARTSTAT=NEEDS-ACTION:mailto:two at example.org
DTSTART:20140716T120000Z
RRULE:FREQ=DAILY
END:VEVENT
diff --git a/tests/VObject/ITip/BrokerUpdateEventTest.php b/tests/VObject/ITip/BrokerUpdateEventTest.php
index afaa448..9c15c76 100644
--- a/tests/VObject/ITip/BrokerUpdateEventTest.php
+++ b/tests/VObject/ITip/BrokerUpdateEventTest.php
@@ -89,9 +89,9 @@ UID:foobar
SEQUENCE:2
SUMMARY:foo
ORGANIZER;CN=Strunk:mailto:strunk at example.org
-ATTENDEE;CN=Strunk:mailto:strunk at example.org
-ATTENDEE;CN=Two:mailto:two at example.org
-ATTENDEE;CN=Three:mailto:three at example.org
+ATTENDEE;CN=Strunk;PARTSTAT=NEEDS-ACTION:mailto:strunk at example.org
+ATTENDEE;CN=Two;PARTSTAT=NEEDS-ACTION:mailto:two at example.org
+ATTENDEE;CN=Three;PARTSTAT=NEEDS-ACTION:mailto:three at example.org
DTSTART:20140716T120000Z
END:VEVENT
END:VCALENDAR
@@ -118,9 +118,9 @@ UID:foobar
SEQUENCE:2
SUMMARY:foo
ORGANIZER;CN=Strunk:mailto:strunk at example.org
-ATTENDEE;CN=Strunk:mailto:strunk at example.org
-ATTENDEE;CN=Two:mailto:two at example.org
-ATTENDEE;CN=Three:mailto:three at example.org
+ATTENDEE;CN=Strunk;PARTSTAT=NEEDS-ACTION:mailto:strunk at example.org
+ATTENDEE;CN=Two;PARTSTAT=NEEDS-ACTION:mailto:two at example.org
+ATTENDEE;CN=Three;PARTSTAT=NEEDS-ACTION:mailto:three at example.org
DTSTART:20140716T120000Z
END:VEVENT
END:VCALENDAR
@@ -181,7 +181,7 @@ BEGIN:VEVENT
UID:foobar
SEQUENCE:2
ORGANIZER;CN=Strunk:mailto:strunk at example.org
-ATTENDEE;CN=One:mailto:one at example.org
+ATTENDEE;CN=One;PARTSTAT=NEEDS-ACTION:mailto:one at example.org
DTSTART:20140716T120000Z
END:VEVENT
END:VCALENDAR
@@ -280,7 +280,7 @@ BEGIN:VEVENT
UID:foobar
SEQUENCE:2
ORGANIZER;CN=Strunk:mailto:strunk at example.org
-ATTENDEE;CN=One:mailto:one at example.org
+ATTENDEE;CN=One;PARTSTAT=NEEDS-ACTION:mailto:one at example.org
DTSTART;TZID=America/Toronto:20140716T120000
RRULE:FREQ=WEEKLY
EXDATE;TZID=America/Toronto:20140724T120000
@@ -385,9 +385,9 @@ UID:foobar
DURATION:PT2H
SEQUENCE:2
ORGANIZER;CN=Strunk:mailto:strunk at example.org
-ATTENDEE;CN=Strunk:mailto:strunk at example.org
-ATTENDEE;CN=Two:mailto:two at example.org
-ATTENDEE;CN=Three:mailto:three at example.org
+ATTENDEE;CN=Strunk;PARTSTAT=NEEDS-ACTION:mailto:strunk at example.org
+ATTENDEE;CN=Two;PARTSTAT=NEEDS-ACTION:mailto:two at example.org
+ATTENDEE;CN=Three;PARTSTAT=NEEDS-ACTION:mailto:three at example.org
DTSTART:20140716T120000Z
END:VEVENT
END:VCALENDAR
@@ -414,9 +414,9 @@ UID:foobar
DURATION:PT2H
SEQUENCE:2
ORGANIZER;CN=Strunk:mailto:strunk at example.org
-ATTENDEE;CN=Strunk:mailto:strunk at example.org
-ATTENDEE;CN=Two:mailto:two at example.org
-ATTENDEE;CN=Three:mailto:three at example.org
+ATTENDEE;CN=Strunk;PARTSTAT=NEEDS-ACTION:mailto:strunk at example.org
+ATTENDEE;CN=Two;PARTSTAT=NEEDS-ACTION:mailto:two at example.org
+ATTENDEE;CN=Three;PARTSTAT=NEEDS-ACTION:mailto:three at example.org
DTSTART:20140716T120000Z
END:VEVENT
END:VCALENDAR
@@ -482,8 +482,8 @@ BEGIN:VEVENT
UID:foobar
SEQUENCE:2
ORGANIZER;CN=Strunk:mailto:strunk at example.org
-ATTENDEE;CN=Strunk:mailto:strunk at example.org
-ATTENDEE;CN=One:mailto:one at example.org
+ATTENDEE;CN=Strunk;PARTSTAT=NEEDS-ACTION:mailto:strunk at example.org
+ATTENDEE;CN=One;PARTSTAT=NEEDS-ACTION:mailto:one at example.org
DTSTART:20140716T120000Z
END:VEVENT
END:VCALENDAR
@@ -550,8 +550,8 @@ BEGIN:VEVENT
UID:foobar
SEQUENCE:2
ORGANIZER;CN=Strunk:mailto:strunk at example.org
-ATTENDEE;CN=Strunk:mailto:strunk at example.org
-ATTENDEE;CN=One:mailto:one at example.org
+ATTENDEE;CN=Strunk;PARTSTAT=NEEDS-ACTION:mailto:strunk at example.org
+ATTENDEE;CN=One;PARTSTAT=NEEDS-ACTION:mailto:one at example.org
DTSTART:20140716T120000Z
END:VEVENT
END:VCALENDAR
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git
More information about the Pkg-owncloud-commits
mailing list