[Catalyst-commits] r12591 - Catalyst-Runtime/5.80/branches/psgi/t/aggregate

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Sun Jan 10 04:22:02 GMT 2010


Author: rafl
Date: 2010-01-10 04:22:01 +0000 (Sun, 10 Jan 2010)
New Revision: 12591

Modified:
   Catalyst-Runtime/5.80/branches/psgi/t/aggregate/unit_load_catalyst_test.t
Log:
Adapt to the changed _customize_request calling convention.

Modified: Catalyst-Runtime/5.80/branches/psgi/t/aggregate/unit_load_catalyst_test.t
===================================================================
--- Catalyst-Runtime/5.80/branches/psgi/t/aggregate/unit_load_catalyst_test.t	2010-01-10 04:09:59 UTC (rev 12590)
+++ Catalyst-Runtime/5.80/branches/psgi/t/aggregate/unit_load_catalyst_test.t	2010-01-10 04:22:01 UTC (rev 12591)
@@ -109,7 +109,7 @@
 
 # FIXME - These vhosts in tests tests should be somewhere else...
 
-sub customize { Catalyst::Test::_customize_request(@_) }
+sub customize { Catalyst::Test::_customize_request($_[0], {}, @_[1 .. $#_]) }
 
 {
     my $req = Catalyst::Utils::request('/dummy');




More information about the Catalyst-commits mailing list