diff options
author | alecpl <alec@alec.pl> | 2012-04-27 07:24:24 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-04-27 07:24:24 +0000 |
commit | 77799d87ba05a8e96d604693dcfa003b5835fe2b (patch) | |
tree | a4392e9c12020be497e87c41a48c93da95cc737f /tests | |
parent | cba69dd9777bf6c8d6ab5368da7e349e4cf60832 (diff) |
- Applied some fixes from trunk
Diffstat (limited to 'tests')
-rw-r--r-- | tests/vcards.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vcards.php b/tests/vcards.php index ba5ce2bef..22f7cdd33 100644 --- a/tests/vcards.php +++ b/tests/vcards.php @@ -44,7 +44,7 @@ class rcube_test_vcards extends UnitTestCase $input .= file_get_contents($this->_srcpath('johndoe.vcf')); $vcards = rcube_vcard::import($input); - + $this->assertEqual(2, count($vcards), "Detected 2 vcards"); $this->assertEqual("Apple Computer AG", $vcards[0]->displayname, "FN => displayname"); $this->assertEqual("John Doƫ", $vcards[1]->displayname, "Displayname with correct charset"); |