[Pkg-owncloud-commits] [php-sabredav] 205/275: Fixed unittest.
David Prévot
taffit at moszumanska.debian.org
Thu Sep 25 14:56:09 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit 194bdc3a8a591411978d442fdb0fe0e88526deed
Author: Evert Pot <evert at rooftopsolutions.nl>
Date: Sat Aug 30 14:31:42 2014 +0200
Fixed unittest.
---
tests/Sabre/DAV/SyncTokenPropertyTest.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/Sabre/DAV/SyncTokenPropertyTest.php b/tests/Sabre/DAV/SyncTokenPropertyTest.php
index 01ef94c..b6df027 100644
--- a/tests/Sabre/DAV/SyncTokenPropertyTest.php
+++ b/tests/Sabre/DAV/SyncTokenPropertyTest.php
@@ -34,7 +34,7 @@ class SyncTokenPropertyTest extends \Sabre\DAVServerTest {
*/
function testRefetch($name, $value) {
- $this->server->tree = new ObjectTree(
+ $this->server->tree = new Tree(
new SimpleCollection('root', [
new Mock\PropertiesCollection(
'foo',
@@ -57,7 +57,7 @@ class SyncTokenPropertyTest extends \Sabre\DAVServerTest {
function testNoData() {
- $this->server->tree = new ObjectTree(
+ $this->server->tree = new Tree(
new SimpleCollection('root', [
new Mock\PropertiesCollection(
'foo',
--
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