Thomas Bruederli
2014-06-04 3412e50b54e3daac8745234e21ab6e72be0ed165
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);
    }