From 77799d87ba05a8e96d604693dcfa003b5835fe2b Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Fri, 27 Apr 2012 03:24:24 -0400
Subject: [PATCH] - Applied some fixes from trunk
---
tests/vcards.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/vcards.php b/tests/vcards.php
index ba5ce2b..22f7cdd 100644
--- a/tests/vcards.php
+++ b/tests/vcards.php
@@ -44,7 +44,7 @@
$input .= file_get_contents($this->_srcpath('johndoe.vcf'));
$vcards = rcube_vcard::import($input);
-
+
$this->assertEqual(2, count($vcards), "Detected 2 vcards");
$this->assertEqual("Apple Computer AG", $vcards[0]->displayname, "FN => displayname");
$this->assertEqual("John Doƫ", $vcards[1]->displayname, "Displayname with correct charset");
--
Gitblit v1.9.1