From be9aacaa5296dfca63fb3a01c2dc52538d1546aa Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Sat, 17 Nov 2012 12:31:31 -0500
Subject: [PATCH] Bring back lost localization for the about page

---
 tests/phpunit.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/tests/phpunit.xml b/tests/phpunit.xml
index 28f7e74..2e52b77 100644
--- a/tests/phpunit.xml
+++ b/tests/phpunit.xml
@@ -8,6 +8,7 @@
             <file>Framework/Cache.php</file>
             <file>Framework/Charset.php</file>
             <file>Framework/ContentFilter.php</file>
+            <file>Framework/Csv2vcard.php</file>
             <file>Framework/Html.php</file>
             <file>Framework/Imap.php</file>
             <file>Framework/ImapGeneric.php</file>
@@ -29,5 +30,9 @@
             <file>HtmlToText.php</file>
             <file>MailFunc.php</file>
         </testsuite>
+        <testsuite name="Managesieve Tests">
+            <file>./../plugins/managesieve/tests/Parser.php</file>
+            <file>./../plugins/managesieve/tests/Tokenizer.php</file>
+        </testsuite>
     </testsuites>
 </phpunit>

--
Gitblit v1.9.1