[Jifty-commit] r1455 - in Jifty-DBI/trunk: t

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Jul 3 11:41:15 EDT 2006


Author: alexmv
Date: Mon Jul  3 11:41:14 2006
New Revision: 1455

Modified:
   Jifty-DBI/trunk/   (props changed)
   Jifty-DBI/trunk/t/02records_cachable.t

Log:
 r14741 at zoq-fot-pik:  chmrr | 2006-07-03 11:39:28 -0400
  * Mark undef PK loading as TODO


Modified: Jifty-DBI/trunk/t/02records_cachable.t
==============================================================================
--- Jifty-DBI/trunk/t/02records_cachable.t	(original)
+++ Jifty-DBI/trunk/t/02records_cachable.t	Mon Jul  3 11:41:14 2006
@@ -75,7 +75,11 @@
     Jifty::DBI::Record::Cachable->flush_cache;
 
 	ok($rec->load_by_cols( Phone => undef ), "Loaded the record");
+  TODO: 
+    {
+        local $TODO = "Loading undef PKs doesn't work properly";
 	is($rec->name, 'UndefPhone', "UndefPhone record");
+    }
     # XXX: JDBI turns undef into '' which makes me really sad //ruz
     # test should be:
 	# is($rec->phone, undef, "Phone number is undefined");


More information about the Jifty-commit mailing list