Aleksander Machniak
2013-01-07 987b7aea59cb6434c7e4546796d070a6edc89f78
tests/Framework/Csv2vcard.php
@@ -31,6 +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);
    }