]> source.dussan.org Git - nextcloud-server.git/commitdiff
check that the file proxies are enabled after each test
authorBjoern Schiessle <schiessle@owncloud.com>
Wed, 16 Jul 2014 14:04:56 +0000 (16:04 +0200)
committerBjoern Schiessle <schiessle@owncloud.com>
Thu, 17 Jul 2014 09:22:22 +0000 (11:22 +0200)
apps/files_encryption/tests/crypt.php

index 4c4b285d92b9b0a02ee979aabbed9bfc045ba51b..a1a51c749b0791aee0ab78c911436dcb114efddd 100755 (executable)
@@ -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() {