diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-16 13:14:15 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-16 13:14:15 +0100 |
commit | 93b59fe5fb7b4829a7d9887dde80b14265d89721 (patch) | |
tree | 23a3b1dd3bfc9db2c1a2e3b5b4800400a68be85e /php-sabre-dav-GetEventsByTimerangeTest-zerolength.patch | |
parent | 0a01943f5f730ecee40be200f9714f951c62bc9c (diff) |
php-sabre-dav: 2.1.6 (synced with Fedora)
Diffstat (limited to 'php-sabre-dav-GetEventsByTimerangeTest-zerolength.patch')
-rw-r--r-- | php-sabre-dav-GetEventsByTimerangeTest-zerolength.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/php-sabre-dav-GetEventsByTimerangeTest-zerolength.patch b/php-sabre-dav-GetEventsByTimerangeTest-zerolength.patch new file mode 100644 index 0000000..555f2a4 --- /dev/null +++ b/php-sabre-dav-GetEventsByTimerangeTest-zerolength.patch @@ -0,0 +1,13 @@ +diff --git a/tests/Sabre/CalDAV/GetEventsByTimerangeTest.php b/tests/Sabre/CalDAV/GetEventsByTimerangeTest.php +index 45531f2..2e9637d 100644 +--- a/tests/Sabre/CalDAV/GetEventsByTimerangeTest.php ++++ b/tests/Sabre/CalDAV/GetEventsByTimerangeTest.php +@@ -32,7 +32,7 @@ VERSION:2.0 + BEGIN:VEVENT + CREATED:20120313T142342Z + UID:171EBEFC-C951-499D-B234-7BA7D677B45D +-DTEND;TZID=Europe/Berlin:20120227T000000 ++DTEND;TZID=Europe/Berlin:20120227T010000 + TRANSP:OPAQUE + SUMMARY:Monday 0h + DTSTART;TZID=Europe/Berlin:20120227T000000 |