[Pkg-owncloud-commits] [php-sabredav] 06/11: Drop now useless patch

David Prévot taffit at moszumanska.debian.org
Tue Mar 31 22:25:23 UTC 2015


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

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

commit c748b0523ca2525b50283394f48f23de2020736d
Author: David Prévot <taffit at debian.org>
Date:   Thu Feb 5 15:42:00 2015 -0400

    Drop now useless patch
    
    Git-Dch: Ignore
---
 ...ip-failing-tests-starting-with-PHP-5.5.10.patch | 36 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 37 deletions(-)

diff --git a/debian/patches/0002-Skip-failing-tests-starting-with-PHP-5.5.10.patch b/debian/patches/0002-Skip-failing-tests-starting-with-PHP-5.5.10.patch
deleted file mode 100644
index 9693ef6..0000000
--- a/debian/patches/0002-Skip-failing-tests-starting-with-PHP-5.5.10.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit at debian.org>
-Date: Sun, 13 Apr 2014 16:07:48 -0400
-Subject: Skip failing tests starting with PHP 5.5.10
-
-Bug-Debian: https://bugs.debian.org/743111
-Bug: https://github.com/fruux/sabre-dav/issues/425
----
- tests/Sabre/CalDAV/CalendarQueryParserTest.php | 8 ++++++++
- 1 file changed, 8 insertions(+)
-
-diff --git a/tests/Sabre/CalDAV/CalendarQueryParserTest.php b/tests/Sabre/CalDAV/CalendarQueryParserTest.php
-index fdfe4de..32a47f4 100644
---- a/tests/Sabre/CalDAV/CalendarQueryParserTest.php
-+++ b/tests/Sabre/CalDAV/CalendarQueryParserTest.php
-@@ -124,6 +124,10 @@ class CalendarQueryParserTest extends \PHPUnit_Framework_TestCase {
- 
-     function testCompTimeRange() {
- 
-+        if (version_compare(PHP_VERSION, '5.5.10') >= 0) {
-+            $this->markTestSkipped('Failing test starting with PHP 5.5.10');
-+	}
-+
-         $xml = array(
-             '<c:filter>',
-             '  <c:comp-filter name="VCALENDAR">',
-@@ -257,6 +261,10 @@ class CalendarQueryParserTest extends \PHPUnit_Framework_TestCase {
- 
-     function testComplex() {
- 
-+	if (version_compare(PHP_VERSION, '5.5.10') >= 0) {
-+            $this->markTestSkipped('Failing test starting with PHP 5.5.10');
-+        }
-+
-         $xml = array(
-             '<c:filter>',
-             '  <c:comp-filter name="VCALENDAR">',
diff --git a/debian/patches/series b/debian/patches/series
index 05a084e..e4166b6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 0001-Use-ClassLoader-from-Symfony-instead-of-autoload.patch
-0002-Skip-failing-tests-starting-with-PHP-5.5.10.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