summaryrefslogtreecommitdiff
path: root/roundcubemail/tests
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-04-24 19:26:04 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-04-24 19:26:04 +0000
commit9bd5b1a381b656a9f1a5f8778d0541b83c6e10bd (patch)
treeead18ce3c0971f9d300e52f99298ad58f87bba2d /roundcubemail/tests
parent70bd86dc1ed524d579e172cf2537ddd4e4d25568 (diff)
- Fix importing vCard photo with ENCODING param specified (#1488432)
git-svn-id: https://svn.roundcube.net/trunk@6123 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/tests')
-rw-r--r--roundcubemail/tests/vcards.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/tests/vcards.php b/roundcubemail/tests/vcards.php
index ba5ce2bef..22f7cdd33 100644
--- a/roundcubemail/tests/vcards.php
+++ b/roundcubemail/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");