[Pkg-owncloud-commits] [php-sabredav] 16/36: vobject4 no longer outputs FBTYPE if it doesn't have to.

David Prévot taffit at moszumanska.debian.org
Tue Aug 11 13:35:24 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabredav.

commit ae98c7edee363c653813eb53cf12c110b5bc1f7e
Author: Evert Pot <me at evertpot.com>
Date:   Fri Jul 17 18:24:50 2015 -0400

    vobject4 no longer outputs FBTYPE if it doesn't have to.
---
 tests/Sabre/CalDAV/Schedule/FreeBusyRequestTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Sabre/CalDAV/Schedule/FreeBusyRequestTest.php b/tests/Sabre/CalDAV/Schedule/FreeBusyRequestTest.php
index d2bb515..eec2b20 100644
--- a/tests/Sabre/CalDAV/Schedule/FreeBusyRequestTest.php
+++ b/tests/Sabre/CalDAV/Schedule/FreeBusyRequestTest.php
@@ -301,7 +301,7 @@ ICS;
             '<d:href>mailto:user3.sabredav at sabredav.org</d:href>',
             '<cal:request-status>2.0;Success</cal:request-status>',
             '<cal:request-status>3.7;Could not find principal</cal:request-status>',
-            'FREEBUSY;FBTYPE=BUSY:20110101T120000Z/20110101T130000Z',
+            'FREEBUSY:20110101T120000Z/20110101T130000Z',
         );
 
         foreach($strings as $string) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list