BC_ASSERT_EQUAL(bctbx_list_size(friends),482,int,"%i");// Thousand vcards contains 482 contacts with a SIP URI
BC_ASSERT_EQUAL(bctbx_list_size(friends),1000,int,"%i");// Now that we accept Friends without a SIP URI, the result must be equal to 1000
elapsed=(double)(end-start);
ms_error("Imported a thousand of vCards from file (only %u friends with SIP address found) in %f seconds",(unsignedint)bctbx_list_size(friends),elapsed/CLOCKS_PER_SEC);
ms_error("Imported a thousand of vCards from file in %f seconds",(unsignedint)bctbx_list_size(friends),elapsed/CLOCKS_PER_SEC);
BC_ASSERT_EQUAL(bctbx_list_size(friends),482,int,"%i");// Thousand vcards contains 482 contacts with a SIP URI
BC_ASSERT_EQUAL(bctbx_list_size(friends),1000,int,"%i");// Now that we accept Friends without a SIP URI, the result must be equal to 1000
elapsed=(double)(end-start);
ms_error("Imported a thousand of vCards from buffer (only %u friends with SIP address found) in %f seconds",(unsignedint)bctbx_list_size(friends),elapsed/CLOCKS_PER_SEC);
ms_error("Imported a thousand of vCards from buffer in %f seconds",(unsignedint)bctbx_list_size(friends),elapsed/CLOCKS_PER_SEC);