[Jifty-commit] r6345 - jifty/trunk/t/TestApp-Mason/t

Jifty commits jifty-commit at lists.jifty.org
Tue Feb 17 21:09:13 EST 2009


Author: sunnavy
Date: Tue Feb 17 21:09:12 2009
New Revision: 6345

Modified:
   jifty/trunk/t/TestApp-Mason/t/index_vs_dhandler.t

Log:
todo the index_vs_dhandler tests

Modified: jifty/trunk/t/TestApp-Mason/t/index_vs_dhandler.t
==============================================================================
--- jifty/trunk/t/TestApp-Mason/t/index_vs_dhandler.t	(original)
+++ jifty/trunk/t/TestApp-Mason/t/index_vs_dhandler.t	Tue Feb 17 21:09:12 2009
@@ -11,5 +11,8 @@
 my $mech = Jifty::Test::WWW::Mechanize->new;
 $mech->get_ok($URL . '/foo');
 
-$mech->content_like( qr{this is foo/index.html} );
-$mech->content_unlike( qr{this is foo/dhandler} );
+TODO: {
+    local $TODO = "we haven't fixed this yet";
+    $mech->content_like(qr{this is foo/index.html});
+    $mech->content_unlike(qr{this is foo/dhandler});
+}


More information about the Jifty-commit mailing list