X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_app_remote2.t;h=6b01320013ea755e07f10fed0cb61b8f81e91cbe;hb=1b409445e2338bde8528b0ccb2a3176b2aa25927;hp=a9f8c34016e33b02c7c88fc27f5d46227e7423dd;hpb=7289cea01f93cd01e7dd4fa6b2d281fab878d98a;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/t/live_app_remote2.t b/t/live_app_remote2.t index a9f8c34..6b01320 100644 --- a/t/live_app_remote2.t +++ b/t/live_app_remote2.t @@ -1,6 +1,6 @@ use strict; use warnings; -use Test::More tests => 3; +use Test::More; use lib 't/lib'; use Catalyst::Test qw/RemoteTestApp2/; @@ -16,5 +16,8 @@ ok( request('/')->is_success, 'testing "source" option' ); $RemoteTestEngine::SSL_CLIENT_S_DN = 'CN=namexyz/OU=Test/C=Company'; ok( request('/')->is_success, 'testing "source" + "cutname" 1' ); -is( request('/')->content, "User:namexyz\nmy_user_name:namexyz", +is( request('/')->content, "my_user_name:namexyz", 'testing "source" + "cutname" 2' ); + +done_testing; +