[Pkg-owncloud-commits] [php-sabredav] 02/03: Fix unittest for updated vobject behavior
David Prévot
taffit at moszumanska.debian.org
Fri Aug 28 19:51:44 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch 2.1
in repository php-sabredav.
commit 7fda84693a962b0b1b47428c3ce1fb442d94f0e9
Author: David Prévot <taffit at debian.org>
Date: Fri Aug 28 15:31:41 2015 -0400
Fix unittest for updated vobject behavior
Closes: #796423
---
...xed-unittest-for-updated-vobject-behavior.patch | 30 ++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 31 insertions(+)
diff --git a/debian/patches/0008-Fixed-unittest-for-updated-vobject-behavior.patch b/debian/patches/0008-Fixed-unittest-for-updated-vobject-behavior.patch
new file mode 100644
index 0000000..f4840d7
--- /dev/null
+++ b/debian/patches/0008-Fixed-unittest-for-updated-vobject-behavior.patch
@@ -0,0 +1,30 @@
+From: Evert Pot <me at evertpot.com>
+Date: Thu, 6 Aug 2015 16:49:58 -0400
+Subject: Fixed unittest for updated vobject behavior.
+
+Origin: upstream, https://github.com/fruux/sabre-dav/commit/a4b1e1c49ac4f3768ae0446acb085d4c6f178c5e
+---
+ tests/Sabre/CalDAV/GetEventsByTimerangeTest.php | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/tests/Sabre/CalDAV/GetEventsByTimerangeTest.php b/tests/Sabre/CalDAV/GetEventsByTimerangeTest.php
+index 45531f2..abaa43f 100644
+--- a/tests/Sabre/CalDAV/GetEventsByTimerangeTest.php
++++ b/tests/Sabre/CalDAV/GetEventsByTimerangeTest.php
+@@ -58,14 +58,14 @@ END:VCALENDAR
+ <C:calendar-query xmlns:D="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
+ <D:prop>
+ <C:calendar-data>
+- <C:expand start="20120226T230000Z" end="20120228T225959Z"/>
++ <C:expand start="20120226T220000Z" end="20120228T225959Z"/>
+ </C:calendar-data>
+ <D:getetag/>
+ </D:prop>
+ <C:filter>
+ <C:comp-filter name="VCALENDAR">
+ <C:comp-filter name="VEVENT">
+- <C:time-range start="20120226T230000Z" end="20120228T225959Z"/>
++ <C:time-range start="20120226T220000Z" end="20120228T225959Z"/>
+ </C:comp-filter>
+ </C:comp-filter>
+ </C:filter>
diff --git a/debian/patches/series b/debian/patches/series
index 9738c94..96f1277 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@
0005-tfix-threshold.patch
0006-tfix-selection.patch
0007-Rename-naturalselection-as-naturalselection21.patch
+0008-Fixed-unittest-for-updated-vobject-behavior.patch
--
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