summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2012-04-24 19:26:04 +0000
committeralecpl <alec@alec.pl>2012-04-24 19:26:04 +0000
commitfbe7b71b0f6139f38cb95802201d38ff38c266eb (patch)
tree4cd1670a040a4b356f9e8ca52a4737393c1b1876 /tests
parentdb70b3fc823f632c4c74de53af471197e98dcfa9 (diff)
- Fix importing vCard photo with ENCODING param specified (#1488432)
Diffstat (limited to 'tests')
-rw-r--r--tests/vcards.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vcards.php b/tests/vcards.php
index ba5ce2bef..22f7cdd33 100644
--- a/tests/vcards.php
+++ b/tests/vcards.php
@@ -44,7 +44,7 @@ class rcube_test_vcards extends UnitTestCase
$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");