[Jifty-commit] r4005 - in apps/CASPlus/trunk: t

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Aug 29 13:18:44 EDT 2007


Author: sterling
Date: Wed Aug 29 13:18:44 2007
New Revision: 4005

Modified:
   apps/CASPlus/trunk/   (props changed)
   apps/CASPlus/trunk/t/40-is_mine.t

Log:
 r11058 at riddle:  andrew | 2007-08-29 11:57:47 -0500
 Adding the TODO back in because back-reference support is not there yet.


Modified: apps/CASPlus/trunk/t/40-is_mine.t
==============================================================================
--- apps/CASPlus/trunk/t/40-is_mine.t	(original)
+++ apps/CASPlus/trunk/t/40-is_mine.t	Wed Aug 29 13:18:44 2007
@@ -83,7 +83,10 @@
 $address = $address_profile->record_class->new;
 $address->load($address_id);
 ok($address->id, 'Reloaded the test address');
-is($current_user->is_my($address), 1, 'it is_my address!');
+TODO: {
+    local $TODO = 'Jifty::DBI does not yet provide proper back-references.';
+    is($current_user->is_my($address), 1, 'it is_my address!');
+};
 
 # Next phase: Create a grandchild object, it also MUST BE MINE!!! Muahahahahaha
 


More information about the Jifty-commit mailing list