From 2563c3ffafb225742c8bf559bbcf567e878d93df Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 26 Jan 2016 14:51:06 +0100 Subject: [PATCH] Fix failing oracle and postgres tests --- tests/lib/files/config/usermountcache.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/lib/files/config/usermountcache.php b/tests/lib/files/config/usermountcache.php index 0f5e8f4baeb..070c2f6176d 100644 --- a/tests/lib/files/config/usermountcache.php +++ b/tests/lib/files/config/usermountcache.php @@ -279,11 +279,11 @@ class UserMountCache extends TestCase { 'mimepart' => 0, 'size' => 0, 'storage_mtime' => 0, - 'encrypted' => false, + 'encrypted' => 0, 'unencrypted_size' => 0, 'etag' => '', 'permissions' => 31 - ]); + ], ['storage', 'path_hash']); $id = (int)$this->connection->lastInsertId('*PREFIX*filecache'); $this->fileIds[] = $id; return $id; -- 2.39.5