eliminate a silly warning with void context and stuff
Yuval Kogman [Wed, 23 Nov 2005 20:32:57 +0000 (20:32 +0000)]
t/live_app.t

index b2070c2..260a8ea 100644 (file)
@@ -49,7 +49,7 @@ use Test::More 'no_plan';
 
                throws_ok { $c->login( "baz", "foo" ) } qr/support.*mechanism/, "can't login without any supported mech";
 
-               
+               $c->res->body( "ok" );
        }
 
        __PACKAGE__->config->{authentication}{users} = $users = {
@@ -71,4 +71,4 @@ use Test::More 'no_plan';
 
 use Catalyst::Test qw/AuthTestApp/;
 
-get("/moose");
+ok( get("/moose"), "get ok");