# HG changeset patch # User Rob Hoelz # Date 1347919651 -7200 # Node ID abdc5db04152dc997fd28a6338b28de0da5421ca # Parent bc173b17c15f358a4be5fdd8c0f8830415acf712 Fix got/expected in vCard content test diff -r bc173b17c15f -r abdc5db04152 mod_lib_ldap/dev/t/02-vcard.t --- 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; }); });