[Pkg-owncloud-commits] [owncloud] 20/34: Remove FileInfo instance check
David Prévot
taffit at moszumanska.debian.org
Thu Nov 13 19:37:13 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v6.0.6
in repository owncloud.
commit 962b410fcc04e1b5e0d7c0337f50ba1e4e7238cd
Author: Vincent Petry <pvince81 at owncloud.com>
Date: Wed Oct 15 16:58:13 2014 +0200
Remove FileInfo instance check
FileInfo class doesn't exist in stable6
---
apps/files_encryption/tests/share.php | 1 -
1 file changed, 1 deletion(-)
diff --git a/apps/files_encryption/tests/share.php b/apps/files_encryption/tests/share.php
index 19886bd..a3bd1de 100755
--- a/apps/files_encryption/tests/share.php
+++ b/apps/files_encryption/tests/share.php
@@ -1099,7 +1099,6 @@ class Test_Encryption_Share extends \PHPUnit_Framework_TestCase {
// get the file info from previous created file
$fileInfo = \OC\Files\Filesystem::getFileInfo($folder);
- $this->assertTrue($fileInfo instanceof \OC\Files\FileInfo);
// share the folder
\OCP\Share::shareItem('folder', $fileInfo['fileid'], \OCP\Share::SHARE_TYPE_USER, \Test_Encryption_Share::TEST_ENCRYPTION_SHARE_USER2, OCP\PERMISSION_ALL);
--
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