[Pkg-owncloud-commits] [owncloud] 45/59: check that the file proxies are enabled after each test
David Prévot
taffit at moszumanska.debian.org
Fri Jul 18 16:19:29 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 4de689602854c019ae3a5e4362455dfdf523ac56
Author: Bjoern Schiessle <schiessle at owncloud.com>
Date: Wed Jul 16 16:04:56 2014 +0200
check that the file proxies are enabled after each test
---
apps/files_encryption/tests/crypt.php | 2 ++
1 file changed, 2 insertions(+)
diff --git a/apps/files_encryption/tests/crypt.php b/apps/files_encryption/tests/crypt.php
index 3674381..03776de 100755
--- a/apps/files_encryption/tests/crypt.php
+++ b/apps/files_encryption/tests/crypt.php
@@ -95,6 +95,8 @@ class Test_Encryption_Crypt extends \PHPUnit_Framework_TestCase {
} else {
OC_App::disable('files_trashbin');
}
+
+ $this->assertTrue(\OC_FileProxy::$enabled);
}
public static function tearDownAfterClass() {
--
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