diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2015-03-18 10:58:02 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-04-07 13:30:27 +0200 |
commit | e2f714263f50a27ed0894710faead3e9f9d1d9d6 (patch) | |
tree | 22b21f81b9b7d6ee244de2b1fbf9db768a879be3 /tests | |
parent | 5bc9ababeb06c3e901b7d11b8c2c1d44865d3339 (diff) | |
download | nextcloud-server-e2f714263f50a27ed0894710faead3e9f9d1d9d6.tar.gz nextcloud-server-e2f714263f50a27ed0894710faead3e9f9d1d9d6.zip |
fix encryption manager to handle more than one encryption module
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/encryption/managertest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/encryption/managertest.php b/tests/lib/encryption/managertest.php index 5a0efa37b36..e5a1898515a 100644 --- a/tests/lib/encryption/managertest.php +++ b/tests/lib/encryption/managertest.php @@ -114,7 +114,7 @@ class ManagerTest extends TestCase { /** * @expectedException \OC\Encryption\Exceptions\ModuleAlreadyExistsException - * @expectedExceptionMessage At the moment it is not allowed to register more than one encryption module + * @expectedExceptionMessage Id "0" already used by encryption module "TestDummyModule0" */ public function testModuleRegistration() { $config = $this->getMock('\OCP\IConfig'); |