X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_app_remote2.t;h=6b01320013ea755e07f10fed0cb61b8f81e91cbe;hb=75000a8177ed6a7b6d50a603d4466751de05b662;hp=cc42a54565b1ec98f1ed9b4c367f9a205d4d1676;hpb=b94c499645bfe6e11dd3cde68c66fe52ad5376c5;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/t/live_app_remote2.t b/t/live_app_remote2.t index cc42a54..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,4 +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', 'testing "source" + "cutname" 2' ); +is( request('/')->content, "my_user_name:namexyz", + 'testing "source" + "cutname" 2' ); + +done_testing; +