X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=blobdiff_plain;f=t%2Fbasic.t;h=66711dda38ec089c4deae75d2e8ce46c640a0a5b;hp=526aebafbb0eb40a013e3dffad85fef3b2fde72e;hb=58730edcb664fc621cbb907b477d037c5c8576fa;hpb=724a61732700d4e8e7de83b3665c7611dafc204b diff --git a/t/basic.t b/t/basic.t index 526aeba..66711dd 100644 --- a/t/basic.t +++ b/t/basic.t @@ -58,9 +58,11 @@ $res->clear; can_ok( $m, "finalize_cookies" ); $cxt->finalize_cookies; -{ local $TODO = "This check is a pain to write, should be done by catalyst itself"; -ok( !$res->called("cookies"), - "response cookie was not set since res cookie is already there" ); +{ + local $TODO = + "This check is a pain to write, should be done by catalyst itself"; + ok( !$res->called("cookies"), + "response cookie was not set since res cookie is already there" ); } $cxt->clear;