From 78b13de4bf2bf2bd1cd06c707d02f5f84d55ece4 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Wed, 16 Jul 2014 16:04:56 +0200 Subject: check that the file proxies are enabled after each test --- apps/files_encryption/tests/crypt.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/files_encryption/tests') diff --git a/apps/files_encryption/tests/crypt.php b/apps/files_encryption/tests/crypt.php index 4c4b285d92b..a1a51c749b0 100755 --- a/apps/files_encryption/tests/crypt.php +++ b/apps/files_encryption/tests/crypt.php @@ -94,6 +94,8 @@ class Test_Encryption_Crypt extends \PHPUnit_Framework_TestCase { } else { OC_App::disable('files_trashbin'); } + + $this->assertTrue(\OC_FileProxy::$enabled); } public static function tearDownAfterClass() { -- cgit v1.2.3