diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-04-22 15:24:38 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2014-04-22 15:24:38 +0200 |
commit | b42ce6c30a214c7089a84eb9c22c0bd576a15fe7 (patch) | |
tree | 7073f5cca5574570407a5fcfdd597f1db57efde5 /apps/files_encryption | |
parent | 3821a0968950c7320ed9bfa60a5c347060eaff0a (diff) | |
download | nextcloud-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-x | apps/files_encryption/tests/webdav.php | 1 |
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) { |