From beaed2195d49751443d73b40bbb51fa257d0e2a5 Mon Sep 17 00:00:00 2001
From: Bjoern Schiessle <schiessle@owncloud.com>
Date: Tue, 15 Oct 2013 17:36:52 +0200
Subject: [PATCH] fix comment

---
 apps/files_encryption/tests/proxy.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/files_encryption/tests/proxy.php b/apps/files_encryption/tests/proxy.php
index 740b3219ef..a22f12411f 100644
--- a/apps/files_encryption/tests/proxy.php
+++ b/apps/files_encryption/tests/proxy.php
@@ -86,7 +86,7 @@ class Test_Encryption_Proxy extends \PHPUnit_Framework_TestCase {
 
 	/**
 	 * @medium
-	 * @brief test delete file
+	 * @brief test if postFileSize returns the unencrypted file size
 	 */
 	function testPostFileSize() {
 
-- 
GitLab