[Catalyst-commits] r6576 - in trunk/Catalyst-Plugin-Authentication-Credential-HTTP-Proxy: . lib/Catalyst/Plugin/Authentication/Credential/HTTP t

omega at dev.catalyst.perl.org omega at dev.catalyst.perl.org
Wed Jul 18 13:00:40 GMT 2007


Author: omega
Date: 2007-07-18 13:00:40 +0100 (Wed, 18 Jul 2007)
New Revision: 6576

Modified:
   trunk/Catalyst-Plugin-Authentication-Credential-HTTP-Proxy/
   trunk/Catalyst-Plugin-Authentication-Credential-HTTP-Proxy/Changes
   trunk/Catalyst-Plugin-Authentication-Credential-HTTP-Proxy/lib/Catalyst/Plugin/Authentication/Credential/HTTP/Proxy.pm
   trunk/Catalyst-Plugin-Authentication-Credential-HTTP-Proxy/t/basic.t
Log:
 r15710 at andreas-marienborgs-computer:  andreas | 2007-07-18 13:20:54 +0200
 Fix a broken test



Property changes on: trunk/Catalyst-Plugin-Authentication-Credential-HTTP-Proxy
___________________________________________________________________
Name: svk:merge
   + ea49d7f7-7c45-40ca-be27-1349e20c1c07:/local/c-p-a-cred-http-proxy:15710

Modified: trunk/Catalyst-Plugin-Authentication-Credential-HTTP-Proxy/Changes
===================================================================
--- trunk/Catalyst-Plugin-Authentication-Credential-HTTP-Proxy/Changes	2007-07-18 11:56:51 UTC (rev 6575)
+++ trunk/Catalyst-Plugin-Authentication-Credential-HTTP-Proxy/Changes	2007-07-18 12:00:40 UTC (rev 6576)
@@ -1,3 +1,6 @@
+0.03    2007-07-18
+        - Fix broken test
+
 0.02    2007-04-26
         - switch to Module::Install
 

Modified: trunk/Catalyst-Plugin-Authentication-Credential-HTTP-Proxy/lib/Catalyst/Plugin/Authentication/Credential/HTTP/Proxy.pm
===================================================================
--- trunk/Catalyst-Plugin-Authentication-Credential-HTTP-Proxy/lib/Catalyst/Plugin/Authentication/Credential/HTTP/Proxy.pm	2007-07-18 11:56:51 UTC (rev 6575)
+++ trunk/Catalyst-Plugin-Authentication-Credential-HTTP-Proxy/lib/Catalyst/Plugin/Authentication/Credential/HTTP/Proxy.pm	2007-07-18 12:00:40 UTC (rev 6576)
@@ -10,7 +10,7 @@
 use Catalyst::Plugin::Authentication::Credential::HTTP::User;
 use Carp qw/croak/;
 
-our $VERSION = "0.02";
+our $VERSION = "0.03";
 
 sub authenticate_http_proxy {
     my $c = shift;

Modified: trunk/Catalyst-Plugin-Authentication-Credential-HTTP-Proxy/t/basic.t
===================================================================
--- trunk/Catalyst-Plugin-Authentication-Credential-HTTP-Proxy/t/basic.t	2007-07-18 11:56:51 UTC (rev 6575)
+++ trunk/Catalyst-Plugin-Authentication-Credential-HTTP-Proxy/t/basic.t	2007-07-18 12:00:40 UTC (rev 6576)
@@ -55,6 +55,7 @@
 
 my $authenticated;
 $c->mock( set_authenticated => sub { $authenticated = $_[1] } );
+$c->mock( logout => sub { undef $authenticated } );
 
 can_ok( $m, "setup" );
 




More information about the Catalyst-commits mailing list