Changeset 77799d8 in github for tests/vcards.php


Ignore:
Timestamp:
Apr 27, 2012 3:24:24 AM (14 months ago)
Author:
alecpl <alec@…>
Branches:
release-0.7
Children:
9899abc
Parents:
cba69dd
Message:
  • Applied some fixes from trunk
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/vcards.php

    r0fbadeb r77799d8  
    4545     
    4646    $vcards = rcube_vcard::import($input); 
    47      
     47 
    4848    $this->assertEqual(2, count($vcards), "Detected 2 vcards"); 
    4949    $this->assertEqual("Apple Computer AG", $vcards[0]->displayname, "FN => displayname"); 
Note: See TracChangeset for help on using the changeset viewer.