[Pkg-owncloud-commits] [php-sabre-vobject] 134/341: Uncomment Example 2 from the RFC6321. It's green.
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:35:41 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 cbc8c909d640bace8b9b424bac02994a5f6a18e3
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Thu Jan 15 15:43:24 2015 +0100
Uncomment Example 2 from the RFC6321. It's green.
---
tests/VObject/Parser/XmlTest.php | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/tests/VObject/Parser/XmlTest.php b/tests/VObject/Parser/XmlTest.php
index b988102..31cc90a 100644
--- a/tests/VObject/Parser/XmlTest.php
+++ b/tests/VObject/Parser/XmlTest.php
@@ -65,7 +65,6 @@ XML
}
- /*
function testRFC6321Example2() {
$xml = <<<XML
@@ -243,7 +242,7 @@ XML;
'RRULE:FREQ=DAILY;COUNT=5' . CRLF .
'RDATE;TZID=US/Eastern;VALUE=PERIOD:20060102T150000/PT2H' . CRLF .
'SUMMARY:Event #2' . CRLF .
- 'DESCRIPTION:We are having a meeting all this week at 12\npm for one hour\,' . CRLF .
+ 'DESCRIPTION:We are having a meeting all this week at 12\npm for one hour\, ' . CRLF .
' with an additional meeting on the first day\n2 hours long.\nPlease bring y' . CRLF .
' our own lunch for the 12 pm\nmeetings.' . CRLF .
'UID:00959BC664CA650E933C892C at example.com' . CRLF .
@@ -261,7 +260,6 @@ XML;
);
}
- */
/**
* iCalendar Stream.
--
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