diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-01-11 15:14:18 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-01-11 15:14:18 +0100 |
commit | a3e341cb2919f298caade93c9698c6b4fd9de6c4 (patch) | |
tree | 0151f631e7f2290eb7367724c3180e91ea5ac82f /tests/Framework/Csv2vcard.php | |
parent | 7cc1d3ae170b63c5f477db4eda09b94ab42d1bb5 (diff) | |
parent | 536d45d3a218a86e4d9dd5ad83fa295c145eab6f (diff) |
Merge branch 'release-0.9' of github.com:roundcube/roundcubemail into release-0.9
Diffstat (limited to 'tests/Framework/Csv2vcard.php')
-rw-r--r-- | tests/Framework/Csv2vcard.php | 2 |
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); } |