[Pkg-owncloud-commits] [php-sabredav] 79/163: Fixed #393 for 1.8

David Prévot taffit at moszumanska.debian.org
Tue May 20 18:54:56 UTC 2014


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

taffit pushed a commit to annotated tag upstream/2.0.0_beta1
in repository php-sabredav.

commit bdc918e9039a7dc91c49b890ea31895f48529851
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Tue Apr 15 00:32:14 2014 -0400

    Fixed #393 for 1.8
---
 tests/Sabre/DAV/PartialUpdate/PluginTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Sabre/DAV/PartialUpdate/PluginTest.php b/tests/Sabre/DAV/PartialUpdate/PluginTest.php
index 8a1f1e7..5fe8d0c 100644
--- a/tests/Sabre/DAV/PartialUpdate/PluginTest.php
+++ b/tests/Sabre/DAV/PartialUpdate/PluginTest.php
@@ -130,7 +130,7 @@ class PluginTest extends \Sabre\DAVServerTest {
     public function testPatchNoEndRange() {
 
         $this->node->put('00000');
-        $request = new Sabre_HTTP_Request(array(
+        $request = new HTTP\Request(array(
             'REQUEST_METHOD'      => 'PATCH',
             'REQUEST_URI'         => '/partial',
             'HTTP_X_UPDATE_RANGE' => 'bytes=3-',

-- 
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