[Jifty-commit] r6711 - Jifty-DBI/trunk/t

Jifty commits jifty-commit at lists.jifty.org
Sun Mar 29 21:41:22 EDT 2009


Author: sterling
Date: Sun Mar 29 21:41:22 2009
New Revision: 6711

Modified:
   Jifty-DBI/trunk/t/06filter_salthash.t

Log:
SaltHash test does not need an is_deeply() here

Modified: Jifty-DBI/trunk/t/06filter_salthash.t
==============================================================================
--- Jifty-DBI/trunk/t/06filter_salthash.t	(original)
+++ Jifty-DBI/trunk/t/06filter_salthash.t	Sun Mar 29 21:41:22 2009
@@ -47,7 +47,7 @@
 
    # undef/NULL
    $rec->set_password;
-   is_deeply($rec->password, undef, 'set undef value');
+   is($rec->password, undef, 'set undef value');
 
    cleanup_schema('TestApp', $handle);
    disconnect_handle($handle);


More information about the Jifty-commit mailing list