Skip to content
Snippets Groups Projects
Commit ec635007 authored by Björn Schießle's avatar Björn Schießle
Browse files

fix getUidAndFilename() test

parent 15cb8e4e
Branches
No related tags found
No related merge requests found
......@@ -219,7 +219,7 @@ class Test_Encryption_Util extends \PHPUnit_Framework_TestCase {
\OC_User::setUserId(\Test_Encryption_Util::TEST_ENCRYPTION_UTIL_USER1);
$filename = 'tmp-' . time() . '.test';
$filename = '/tmp-' . time() . '.test';
// Disable encryption proxy to prevent recursive calls
$proxyStatus = \OC_FileProxy::$enabled;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment