summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2016-09-02 15:41:59 +0200
committerRobin Appelman <robin@icewind.nl>2016-09-07 17:22:40 +0200
commite8e950a4d2972a4950e00a67cc8c1f0447701986 (patch)
tree17af82302f0000d88391fa4df5ecde419e991645 /apps/files_sharing
parent1d04c9e307892c275f9fad64ef0ebe9bc10e0260 (diff)
downloadnextcloud-server-e8e950a4d2972a4950e00a67cc8c1f0447701986.tar.gz
nextcloud-server-e8e950a4d2972a4950e00a67cc8c1f0447701986.zip
more efficient querying of numeric storage ids
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/tests/TestCase.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/tests/TestCase.php b/apps/files_sharing/tests/TestCase.php
index de7968dd3ec..0ad58151dbb 100644
--- a/apps/files_sharing/tests/TestCase.php
+++ b/apps/files_sharing/tests/TestCase.php
@@ -168,6 +168,7 @@ abstract class TestCase extends \Test\TestCase {
self::resetStorage();
\OC_Util::tearDownFS();
+ \OC\Files\Cache\Storage::getGlobalCache()->clearCache();
\OC::$server->getUserSession()->setUser(null);
\OC\Files\Filesystem::tearDown();
\OC::$server->getUserSession()->login($user, $password);