alecpl
2012-04-26 d960a01bb472dc6ce022681bc0ab636a102a1e18
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");