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:02:45 +0100
commitc59ef9542a93a5cbacd99fe3dcfc0975bc749a12 (patch)
treed3e9e5261133aafd3d2dd008cae38c520fa4b609 /tests
parent15a049c37c4615c864dfc69ea95d881b3ddfe552 (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);
}