From b42ce6c30a214c7089a84eb9c22c0bd576a15fe7 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Tue, 22 Apr 2014 15:24:38 +0200 Subject: Prevent error if previously cached data doesn't have an etag --- apps/files_encryption/tests/webdav.php | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/files_encryption') 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) { -- cgit v1.2.3