initialize etags of temporary storage

remotes/origin/ldap_group_count
Jörn Friedrich Dreyer 11 years ago
parent 131c12ad8d
commit 2ba6cd4e2b
  1. 1
      tests/lib/files/cache/updater.php

@ -122,6 +122,7 @@ class Updater extends \PHPUnit_Framework_TestCase {
public function testWriteWithMountPoints() {
$storage2 = new \OC\Files\Storage\Temporary(array());
$storage2->getScanner()->scan(''); //initialize etags
$cache2 = $storage2->getCache();
Filesystem::mount($storage2, array(), '/' . self::$user . '/files/folder/substorage');
$folderCachedData = $this->cache->get('folder');

Loading…
Cancel
Save