diff options
author | Florin Peter <github@florin-peter.de> | 2013-04-29 23:41:49 +0200 |
---|---|---|
committer | Florin Peter <github@florin-peter.de> | 2013-04-29 23:41:49 +0200 |
commit | d22795d68b4937bc6dba6d742b0f7b503cb32228 (patch) | |
tree | 84ba3ca1ef14c48b5754e8db1d22d07a33f0fd56 /tests | |
parent | c52fe1253728dde2b85521df3fce4c461741bcc3 (diff) | |
download | nextcloud-server-d22795d68b4937bc6dba6d742b0f7b503cb32228.tar.gz nextcloud-server-d22795d68b4937bc6dba6d742b0f7b503cb32228.zip |
fixed test for crypt and keymanager
disabled encryption file proxy in test/lib/cache/file.php
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/cache/file.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/lib/cache/file.php b/tests/lib/cache/file.php index 5dcd3268804..d113f90768d 100644 --- a/tests/lib/cache/file.php +++ b/tests/lib/cache/file.php @@ -33,9 +33,10 @@ class Test_Cache_File extends Test_Cache { OC_Hook::clear('OC_Filesystem'); //enable only the encryption hook if needed - if(OC_App::isEnabled('files_encryption')) { - OC_FileProxy::register(new OC_FileProxy_Encryption()); - } + //not used right now + //if(OC_App::isEnabled('files_encryption')) { + // OC_FileProxy::register(new OCA\Encryption\Proxy()); + //} //set up temporary storage \OC\Files\Filesystem::clearMounts(); |