Software /
code /
prosody-modules
Diff
mod_lib_ldap/dev/t/02-vcard.t @ 825:abdc5db04152
Fix got/expected in vCard content test
author | Rob Hoelz <rob@hoelz.ro> |
---|---|
date | Tue, 18 Sep 2012 00:07:31 +0200 |
parent | 823:8971110c0a61 |
child | 827:e801edea846a |
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; }); });