fix getUidAndFilename() test

This commit is contained in:
Björn Schießle 2013-06-25 18:03:05 +02:00
parent 15cb8e4efd
commit ec6350079f
1 changed files with 1 additions and 1 deletions

View File

@ -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;