[Pkg-owncloud-commits] [php-sabre-vobject] 125/341: Add another test for 3.6.9 of RFC6321.
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:35:40 UTC 2015
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 95077a5ae6cb1400b329508af783a4e3f2d62300
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Wed Jan 14 16:16:49 2015 +0100
Add another test for 3.6.9 of RFC6321.
---
tests/VObject/Parser/XmlTest.php | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/tests/VObject/Parser/XmlTest.php b/tests/VObject/Parser/XmlTest.php
index 6646c3f..bf14844 100644
--- a/tests/VObject/Parser/XmlTest.php
+++ b/tests/VObject/Parser/XmlTest.php
@@ -751,16 +751,17 @@ XML
<icalendar xmlns="urn:ietf:params:xml:ns:icalendar-2.0">
<vcalendar>
<properties>
- <foo>
- <integer>-42</integer>
- </foo>
+ <period>
+ <start>2011-05-17T12:00:00</start>
+ <end>2012-05-17T12:00:00</end>
+ </period>
</properties>
</vcalendar>
</icalendar>
XML
,
'BEGIN:VCALENDAR' . CRLF .
- 'FOO:-42' . CRLF .
+ 'PERIOD:2011-05-17T12:00:00/2012-05-17T12:00:00' . CRLF .
'END:VCALENDAR' . CRLF
);
--
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