aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2015-05-11 16:50:43 +0200
committerVincent Petry <pvince81@owncloud.com>2015-05-18 12:11:32 +0200
commit724f88d9ff1e03e9d857c331961d98da62f31b5e (patch)
treeb5121980e20122b9c65677c7ccc3883d8a0c9282 /apps
parenta5d652a6b834e4aae9432c1e8e4a2ca0450e8cbb (diff)
downloadnextcloud-server-724f88d9ff1e03e9d857c331961d98da62f31b5e.tar.gz
nextcloud-server-724f88d9ff1e03e9d857c331961d98da62f31b5e.zip
fix tests
Diffstat (limited to 'apps')
-rw-r--r--apps/files_trashbin/tests/trashbin.php1
-rw-r--r--apps/files_versions/tests/versions.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_trashbin/tests/trashbin.php b/apps/files_trashbin/tests/trashbin.php
index 85c47b527b7..0c37af24de5 100644
--- a/apps/files_trashbin/tests/trashbin.php
+++ b/apps/files_trashbin/tests/trashbin.php
@@ -646,6 +646,7 @@ class Test_Trashbin extends \Test\TestCase {
\OC\Files\Filesystem::tearDown();
\OC_User::setUserId($user);
\OC_Util::setupFS($user);
+ \OC::$server->getUserFolder($user);
}
}
diff --git a/apps/files_versions/tests/versions.php b/apps/files_versions/tests/versions.php
index 97afcf715cb..685bf48d652 100644
--- a/apps/files_versions/tests/versions.php
+++ b/apps/files_versions/tests/versions.php
@@ -753,6 +753,7 @@ class Test_Files_Versioning extends \Test\TestCase {
\OC\Files\Filesystem::tearDown();
\OC_User::setUserId($user);
\OC_Util::setupFS($user);
+ \OC::$server->getUserFolder($user);
}
}