From 78b13de4bf2bf2bd1cd06c707d02f5f84d55ece4 Mon Sep 17 00:00:00 2001
From: Bjoern Schiessle <schiessle@owncloud.com>
Date: Wed, 16 Jul 2014 16:04:56 +0200
Subject: [PATCH] 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 4c4b285d92..a1a51c749b 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() {
-- 
GitLab