Fix failing oracle and postgres tests

remotes/origin/comments-markallread-dav
Joas Schilling 10 years ago committed by Robin Appelman
parent 0c7922cf70
commit 2563c3ffaf
  1. 4
      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;

Loading…
Cancel
Save