summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-01-11 09:02:45 +0100
committerAleksander Machniak <alec@alec.pl>2013-01-11 09:04:01 +0100
commit536d45d3a218a86e4d9dd5ad83fa295c145eab6f (patch)
tree7d7ad4976033052064811d822822a6395bc5e7d2 /tests
parent9d318f5347adcab931b58b592dd09eddb9cdc60e (diff)
Support more Thunderbird CSV fields, added zh_TW localization for csv2vcard map (#1488901)
Diffstat (limited to 'tests')
-rw-r--r--tests/Framework/Csv2vcard.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Framework/Csv2vcard.php b/tests/Framework/Csv2vcard.php
index f460c42af..5d52efc58 100644
--- a/tests/Framework/Csv2vcard.php
+++ b/tests/Framework/Csv2vcard.php
@@ -31,7 +31,7 @@ class Framework_Csv2vcard extends PHPUnit_Framework_TestCase
$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);
}