Andy Wermke
2013-04-04 92cd7f34b07e86062f2c024039e3309768b48ce6
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));
        $this->assertEquals($vcf_text, $vcard);
    }