[Jifty-commit] r6349 - in jifty/trunk: t/TestApp-Mason/t

Jifty commits jifty-commit at lists.jifty.org
Wed Feb 18 14:56:35 EST 2009


Author: alexmv
Date: Wed Feb 18 14:56:35 2009
New Revision: 6349

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/t/TestApp-Mason/t/index_vs_dhandler.t

Log:
 r42162 at kohr-ah:  chmrr | 2009-02-18 14:54:26 -0500
  * Un-TODO now-working 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	Wed Feb 18 14:56:35 2009
@@ -11,8 +11,5 @@
 my $mech = Jifty::Test::WWW::Mechanize->new;
 $mech->get_ok($URL . '/foo');
 
-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});
-}
+$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