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
parents 8971110c0a61
children 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;