[Jifty-commit] r708 -

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Mar 19 23:04:52 EST 2006


Author: jesse
Date: Sun Mar 19 23:04:52 2006
New Revision: 708

Modified:
   /   (props changed)
   jifty/trunk/t/TestApp/t/03-static.t

Log:
 r30204 at truegrounds:  jesse | 2006-03-19 19:57:18 -0500
 * Refixed the test alex moved out from under me ;)


Modified: jifty/trunk/t/TestApp/t/03-static.t
==============================================================================
--- jifty/trunk/t/TestApp/t/03-static.t	(original)
+++ jifty/trunk/t/TestApp/t/03-static.t	Sun Mar 19 23:04:52 2006
@@ -19,7 +19,7 @@
     my $res = $mech->response;
     
     is($res->header('Content-Type'), 'image/jpeg', 'Content-Type is image/jpeg');
-    like($res->status_line, qr/^200 Jifty OK$/, 'Status line is from Mason');
+    like($res->status_line, qr/^200/, 'Serving out the request');
     is(length $res->content, 39186, 'Content is right length');
 }
 


More information about the Jifty-commit mailing list