Software /
code /
prosody-modules
Comparison
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 |
comparison
equal
deleted
inserted
replaced
824:bc173b17c15f | 825:abdc5db04152 |
---|---|
44 } else { | 44 } else { |
45 $vcard->{$key} = $value; | 45 $vcard->{$key} = $value; |
46 } | 46 } |
47 } | 47 } |
48 | 48 |
49 is_deeply $expected_fields, $vcard or diag(explain($vcard)); | 49 is_deeply $vcard, $expected_fields or diag(explain($vcard)); |
50 $conn->cond->send; | 50 $conn->cond->send; |
51 }); | 51 }); |
52 }); | 52 }); |
53 | 53 |
54 my $error = $conn->cond->recv; | 54 my $error = $conn->cond->recv; |