[Pkg-owncloud-commits] [owncloud] 102/215: fix test
    David Prévot 
    taffit at moszumanska.debian.org
       
    Tue May  5 01:01:29 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 6bf05796224ce83ec74b08f9bd428619ca3c9f7e
Author: Robin Appelman <icewind at owncloud.com>
Date:   Tue Apr 21 16:13:25 2015 +0200
    fix test
---
 tests/lib/connector/sabre/file.php | 1 -
 1 file changed, 1 deletion(-)
diff --git a/tests/lib/connector/sabre/file.php b/tests/lib/connector/sabre/file.php
index 3fe5c27..ee9c20f 100644
--- a/tests/lib/connector/sabre/file.php
+++ b/tests/lib/connector/sabre/file.php
@@ -52,7 +52,6 @@ class File extends \Test\TestCase {
 		$view = $this->getMock('\OC\Files\View', array('file_put_contents', 'getRelativePath', 'resolvePath'), array());
 		$view->expects($this->any())
 			->method('resolvePath')
-			->with('')
 			->will($this->returnValue(array($storage, '')));
 		$view->expects($this->any())
 			->method('getRelativePath')
-- 
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