[Jifty-commit] r1916 - in jifty/trunk: t/Mapper/t

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Sep 1 19:08:55 EDT 2006


Author: schwern
Date: Fri Sep  1 19:08:55 2006
New Revision: 1916

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/t/Mapper/t/02-api.t

Log:
 r17779 at windhund:  schwern | 2006-09-01 19:04:29 -0400
 TODO test no longer necessary, its passing.


Modified: jifty/trunk/t/Mapper/t/02-api.t
==============================================================================
--- jifty/trunk/t/Mapper/t/02-api.t	(original)
+++ jifty/trunk/t/Mapper/t/02-api.t	Fri Sep  1 19:08:55 2006
@@ -42,9 +42,4 @@
 $mech->form(3);
 ok($mech->click_button(value => "Do both"));
 $mech->content_like(qr/got the grail/i, "Got the grail");
-TODO: {
-    local $TODO = 'Accidentally double encoding';
-    $mech->content_like(qr/crossed the bridge/i, "And crossed the bridge");
-}
-
-1;
+$mech->content_like(qr/crossed the bridge/i, "And crossed the bridge");


More information about the Jifty-commit mailing list