Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2014-02-07 20:56:21 +0400
committerBjörn Schießle <schiessle@owncloud.com>2014-02-07 20:56:21 +0400
commit5e315495c20a789fb94398668316b251b4ff5500 (patch)
treec5267091ee8159618da7018d48df01e2e32fec67 /apps
parentb353637e45018ba4d217f0c9ce46fa6930b6a06f (diff)
parent76cb5a50c08a80b950ac89717b2b1d49a90edd37 (diff)
Merge pull request #7130 from owncloud/enc_fix_unit_tests
name users after test
Diffstat (limited to 'apps')
-rw-r--r--apps/files_encryption/tests/hooks.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_encryption/tests/hooks.php b/apps/files_encryption/tests/hooks.php
index c26cba6406d..44525791743 100644
--- a/apps/files_encryption/tests/hooks.php
+++ b/apps/files_encryption/tests/hooks.php
@@ -36,8 +36,8 @@ use OCA\Encryption;
*/
class Test_Encryption_Hooks extends \PHPUnit_Framework_TestCase {
- const TEST_ENCRYPTION_HOOKS_USER1 = "test-proxy-user1";
- const TEST_ENCRYPTION_HOOKS_USER2 = "test-proxy-user2";
+ const TEST_ENCRYPTION_HOOKS_USER1 = "test-encryption-hooks-user1";
+ const TEST_ENCRYPTION_HOOKS_USER2 = "test-encryption-hooks-user2";
/**
* @var \OC_FilesystemView