Package: php-sabredav
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu cosmic ubuntu-patch
Version: 1.8.12-5
Severity: serious
Tags: patch

The attached patch (mostly a cherry-pick of upstream commit) fixes the build 
failure, even if testsuite is still broken
but there is already another open bug for this.

G.
Description: this is a revised minimal cherry-pick of a big upstream commit, fixing lots of
 issues with new phpunit
Author: Gianfranco Costamagna <locutusofb...@debian.org>
Origin: https://github.com/sabre-io/dav/commit/548449ad413cefe265c796a5e0e96150b384a0e4
Last-Update: 2018-07-12

--- php-sabredav-1.8.12.orig/tests/Sabre/DAV/PartialUpdate/PluginTest.php
+++ php-sabredav-1.8.12/tests/Sabre/DAV/PartialUpdate/PluginTest.php
@@ -143,7 +143,7 @@ class PluginTest extends \Sabre\DAVServe
         $response = $this->request($request);
 
         $this->assertEquals('HTTP/1.1 204 No Content', $response->status, 'Full response body:' . $response->body);
-        $this->assertEquals('00111', $this->node->get());
+        $this->assertEquals('000111', $this->node->get());
 
     }
 

Reply via email to