summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2014-04-22 15:24:38 +0200
committerRobin Appelman <icewind@owncloud.com>2014-04-22 15:24:38 +0200
commitb42ce6c30a214c7089a84eb9c22c0bd576a15fe7 (patch)
tree7073f5cca5574570407a5fcfdd597f1db57efde5 /apps/files_encryption
parent3821a0968950c7320ed9bfa60a5c347060eaff0a (diff)
downloadnextcloud-server-b42ce6c30a214c7089a84eb9c22c0bd576a15fe7.tar.gz
nextcloud-server-b42ce6c30a214c7089a84eb9c22c0bd576a15fe7.zip
Prevent error if previously cached data doesn't have an etag
Diffstat (limited to 'apps/files_encryption')
-rwxr-xr-xapps/files_encryption/tests/webdav.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_encryption/tests/webdav.php b/apps/files_encryption/tests/webdav.php
index 1f23be3e79a..1fe4c13d59e 100755
--- a/apps/files_encryption/tests/webdav.php
+++ b/apps/files_encryption/tests/webdav.php
@@ -247,6 +247,7 @@ class Test_Encryption_Webdav extends \PHPUnit_Framework_TestCase {
$server->addPlugin(new Sabre_DAV_Browser_Plugin(false)); // Show something in the Browser, but no upload
$server->addPlugin(new OC_Connector_Sabre_QuotaPlugin($view));
$server->addPlugin(new OC_Connector_Sabre_MaintenancePlugin());
+ $server->debugExceptions = true;
// And off we go!
if ($body) {