From 4fd63805e59a4b196297e8d8627826f377ff8529 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Thu, 20 Sep 2012 05:31:41 -0400
Subject: [PATCH] Fix exception on phpunit 3.6.11

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

diff --git a/tests/phpunit.xml b/tests/phpunit.xml
index 8b38832..43c3b76 100644
--- a/tests/phpunit.xml
+++ b/tests/phpunit.xml
@@ -29,7 +29,7 @@
             <file>HtmlToText.php</file>
             <file>MailFunc.php</file>
         </testsuite>
-        <testsuite name="managesieve">
+        <testsuite name="Managesieve Tests">
             <file>./../plugins/managesieve/tests/Parser.php</file>
             <file>./../plugins/managesieve/tests/Tokenizer.php</file>
         </testsuite>

--
Gitblit v1.9.1