X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_app_remote1.t;h=7169b462143303a5ae79b8abf764ac1562a2bc36;hb=HEAD;hp=2d43550f0dce9d3baf4257805eba3cbffed1562d;hpb=b94c499645bfe6e11dd3cde68c66fe52ad5376c5;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/t/live_app_remote1.t b/t/live_app_remote1.t index 2d43550..7169b46 100644 --- a/t/live_app_remote1.t +++ b/t/live_app_remote1.t @@ -1,6 +1,6 @@ use strict; use warnings; -use Test::More tests => 10; +use Test::More; use lib 't/lib'; use Catalyst::Test qw/RemoteTestApp1/; @@ -28,3 +28,6 @@ is( request('/')->content, 'User:namexyz', 'testing "cutname" option 2' ); $RemoteTestEngine::REMOTE_USER = 'CN=/OU=Test/C=Company'; is( request('/')->content, 'User:CN=/OU=Test/C=Company', 'testing "cutname" option - empty $1 match' ); + +done_testing; +