Software /
code /
prosody-modules
Changeset
825:abdc5db04152
Fix got/expected in vCard content test
author | Rob Hoelz <rob@hoelz.ro> |
---|---|
date | Tue, 18 Sep 2012 00:07:31 +0200 |
parents | 824:bc173b17c15f |
children | 826:9dc7d92f44e8 |
files | mod_lib_ldap/dev/t/02-vcard.t |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_lib_ldap/dev/t/02-vcard.t Mon Sep 17 23:56:21 2012 +0200 +++ b/mod_lib_ldap/dev/t/02-vcard.t Tue Sep 18 00:07:31 2012 +0200 @@ -46,7 +46,7 @@ } } - is_deeply $expected_fields, $vcard or diag(explain($vcard)); + is_deeply $vcard, $expected_fields or diag(explain($vcard)); $conn->cond->send; }); });