[Pkg-owncloud-commits] [owncloud] 113/122: \OC\Connector\Sabre\CopyEtagHeaderPlugin constructor does not take arguments.

David Prévot taffit at moszumanska.debian.org
Sat May 9 00:00:28 UTC 2015


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

taffit pushed a commit to branch stable8
in repository owncloud.

commit 4f6ecd3da6975f15188641ec2f111a3e38a30f0a
Author: Andreas Fischer <bantu at owncloud.com>
Date:   Thu May 7 12:24:06 2015 +0200

    \OC\Connector\Sabre\CopyEtagHeaderPlugin constructor does not take arguments.
---
 tests/lib/connector/sabre/copyetagheaderplugintest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/lib/connector/sabre/copyetagheaderplugintest.php b/tests/lib/connector/sabre/copyetagheaderplugintest.php
index 176f9c8..6b1b5e9 100644
--- a/tests/lib/connector/sabre/copyetagheaderplugintest.php
+++ b/tests/lib/connector/sabre/copyetagheaderplugintest.php
@@ -18,7 +18,7 @@ class CopyEtagPluginTest extends \Test\TestCase {
 	public function setUp() {
 		parent::setUp();
 		$this->server = new \Sabre\DAV\Server();
-		$this->plugin = new \OC\Connector\Sabre\CopyEtagHeaderPlugin($this->tree);
+		$this->plugin = new \OC\Connector\Sabre\CopyEtagHeaderPlugin();
 		$this->plugin->initialize($this->server);
 	}
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list