summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2014-08-20 23:23:42 +0200
committerLukas Reschke <lukas@owncloud.com>2014-08-20 23:23:42 +0200
commit92c80dd946d12e0f6094d40a3a3f4784ea2dfec4 (patch)
tree4609c9ae126e93a06b40cc9fa85fc4afcb8284b6 /tests
parent74af852c34ad32f900c96717619ae2a8989c792b (diff)
parentab6ee6a600a5d373c28bad988f5a7ac9eca52b54 (diff)
downloadnextcloud-server-92c80dd946d12e0f6094d40a3a3f4784ea2dfec4.tar.gz
nextcloud-server-92c80dd946d12e0f6094d40a3a3f4784ea2dfec4.zip
Merge pull request #10518 from owncloud/fix_storage_const_autoload
Fix storage const autoload
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/connector/sabre/quotaplugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/connector/sabre/quotaplugin.php b/tests/lib/connector/sabre/quotaplugin.php
index 1024ae6af8f..3b144cf56b5 100644
--- a/tests/lib/connector/sabre/quotaplugin.php
+++ b/tests/lib/connector/sabre/quotaplugin.php
@@ -63,7 +63,7 @@ class Test_OC_Connector_Sabre_QuotaPlugin extends PHPUnit_Framework_TestCase {
array(1024, array('HTTP_X_EXPECTED_ENTITY_LENGTH' => '1024')),
array(1024, array('HTTP_CONTENT_LENGTH' => '512')),
array(1024, array('HTTP_OC_TOTAL_LENGTH' => '1024', 'HTTP_CONTENT_LENGTH' => '512')),
- // OC\Files\FREE_SPACE_UNKNOWN = -2
+ // \OCP\Files\FileInfo::SPACE_UNKNOWN = -2
array(-2, array()),
array(-2, array('HTTP_X_EXPECTED_ENTITY_LENGTH' => '1024')),
array(-2, array('HTTP_CONTENT_LENGTH' => '512')),