Fix failing oracle and postgres tests

This commit is contained in:
Joas Schilling 2016-01-26 14:51:06 +01:00 committed by Robin Appelman
parent 0c7922cf70
commit 2563c3ffaf

View file

@ -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;