[Pkg-owncloud-commits] [owncloud] 05/67: Fix unit tests
David Prévot
taffit at moszumanska.debian.org
Fri Jun 27 23:58:11 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 24f15fca6429f741ec060086770ba9961035cc02
Author: Robin Appelman <icewind at owncloud.com>
Date: Fri Jun 20 15:40:38 2014 +0200
Fix unit tests
---
tests/lib/connector/sabre/objecttree.php | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tests/lib/connector/sabre/objecttree.php b/tests/lib/connector/sabre/objecttree.php
index a88e23b..fc9f802 100644
--- a/tests/lib/connector/sabre/objecttree.php
+++ b/tests/lib/connector/sabre/objecttree.php
@@ -25,6 +25,10 @@ class TestDoubleFileView extends \OC\Files\View{
return $this->updatables[$path];
}
+ public function isCreatable($path) {
+ return $this->updatables[$path];
+ }
+
public function isDeletable($path) {
return $this->deletables[$path];
}
--
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