diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-10-10 12:51:15 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-10-10 12:51:15 +0200 |
commit | c88c54bbb054fe2d79b3a93604989d527b5dd444 (patch) | |
tree | b8468b49889399025fec238a438034dd00cec53f /tests/lib/cache | |
parent | 4b9fbf46e554f8bb368e6cf5a8f75ca5c56e8228 (diff) | |
download | nextcloud-server-c88c54bbb054fe2d79b3a93604989d527b5dd444.tar.gz nextcloud-server-c88c54bbb054fe2d79b3a93604989d527b5dd444.zip |
make sure we can do our tests again
Diffstat (limited to 'tests/lib/cache')
-rw-r--r-- | tests/lib/cache/file.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/cache/file.php b/tests/lib/cache/file.php index 1dd1ff7fa87..3e8fd8c1bb1 100644 --- a/tests/lib/cache/file.php +++ b/tests/lib/cache/file.php @@ -51,7 +51,7 @@ class Test_Cache_File extends Test_Cache { OC_User::setUserId('test'); //set up the users dir - $rootView=new OC_FilesystemView(''); + $rootView=new \OC\Files\View(''); $rootView->mkdir('/test'); $this->instance=new OC_Cache_File(); |