[Jifty-commit] r5889 - in jifty/trunk: t/TestApp-Collection-Select/t

Jifty commits jifty-commit at lists.jifty.org
Sun Sep 28 01:42:23 EDT 2008


Author: sartak
Date: Sun Sep 28 01:42:23 2008
New Revision: 5889

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/t/TestApp-Collection-Select/t/collection-select.t

Log:
 r73121 at onn:  sartak | 2008-09-28 01:41:36 -0400
 todoify some tests that need some virtual-column discussion


Modified: jifty/trunk/t/TestApp-Collection-Select/t/collection-select.t
==============================================================================
--- jifty/trunk/t/TestApp-Collection-Select/t/collection-select.t	(original)
+++ jifty/trunk/t/TestApp-Collection-Select/t/collection-select.t	Sun Sep 28 01:42:23 2008
@@ -43,6 +43,9 @@
 my $mon = $mech->moniker_for('TestApp::Action::CreateBook');
 ok($mon, 'grab the form moniker');
 
-ok($mech->action_field_value($mon, 'author'), 'check for author field');
+TODO: {
+    local $TODO = "virtual columns need to be sorted out";
+    ok($mech->action_field_value($mon, 'author'), 'check for author field');
 
-ok($mech->select("J:A:F-author-$mon", $id), 'select 1st author');
+    ok($mech->select("J:A:F-author-$mon", $id), 'select 1st author');
+}


More information about the Jifty-commit mailing list