Not needed in BEGIN
[catagits/Catalyst-Plugin-Authentication.git] / t / live_app_remote2.t
index cc42a54..f59f4b4 100644 (file)
@@ -16,4 +16,5 @@ 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' );