Fix got/expected in vCard content test
authorRob Hoelz <rob@hoelz.ro>
Tue, 18 Sep 2012 00:07:31 +0200
changeset 825 abdc5db04152
parent 824 bc173b17c15f
child 826 9dc7d92f44e8
Fix got/expected in vCard content test
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;
         });
     });