This is 0.15 on the way up to the CPAN.
[catagits/Catalyst-Authentication-Credential-OpenID.git] / t / Consumer / lib / TestApp.pm
index 6a13bf9..07c638b 100644 (file)
@@ -41,27 +41,27 @@ __PACKAGE__->config
                           }
               },
               openid => {
-                  errors_are_fatal => 1,
-                  # ua_class => "LWPx::ParanoidAgent",
-                  ua_class => "LWP::UserAgent",
-                  ua_args => {
-                      whitelisted_hosts => [qw/ 127.0.0.1 localhost /],
-                      timeout => 10,
-                  },
-                  extensions => [
-                      'http://openid.net/extensions/sreg/1.1',
-                      {
-                       required => 'email',
-                       optional => 'fullname,nickname,timezone',
-                      },
-                  ],
-                  debug => 1,
                   credential => {
                       class => "OpenID",
 #DOES NOTHING                      use_session => 1,
                       store => {
                           class => "OpenID",
                       },
+                      errors_are_fatal => 1,
+                      # ua_class => "LWPx::ParanoidAgent",
+                      ua_class => "LWP::UserAgent",
+                      ua_args => {
+                          whitelisted_hosts => [qw/ 127.0.0.1 localhost /],
+                          timeout => 10,
+                      },
+                      extensions => [
+                          'http://openid.net/extensions/sreg/1.1',
+                          {
+                           required => 'email',
+                           optional => 'fullname,nickname,timezone',
+                          },
+                      ],
+                      debug => 1,
                   },
               },
           },