Thomas Bruederli
2014-08-19 fc52af24f1418d6590a2d37a0d8cc31b123e38f6
tests/Framework/Csv2vcard.php
@@ -31,7 +31,7 @@
        $vcf_text = trim(str_replace("\r\n", "\n", $vcf_text));
        $vcard    = trim(str_replace("\r\n", "\n", $vcard));
echo $vcard;
        $this->assertEquals($vcf_text, $vcard);
    }