X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flib%2FTestAppCustomContainer%2FNoSugarContainer.pm;h=d345aad0925d47cf183bfbb8a45a3ce935e05598;hp=e1439d6d13b8f11854eaf2f13ed8842cadfd8ac7;hb=96c9f5d4c9cebf815970a5ea94b90ad693ebaa93;hpb=6ac0784b4442b46abae68c76318c2189221e725d diff --git a/t/lib/TestAppCustomContainer/NoSugarContainer.pm b/t/lib/TestAppCustomContainer/NoSugarContainer.pm index e1439d6..d345aad 100644 --- a/t/lib/TestAppCustomContainer/NoSugarContainer.pm +++ b/t/lib/TestAppCustomContainer/NoSugarContainer.pm @@ -15,7 +15,7 @@ sub BUILD { class => 'TestAppCustomContainer::Model::SingletonLifeCycle', catalyst_component_name => 'TestAppCustomContainer::Model::SingletonLifeCycle', dependencies => { - application_name => depends_on( '/application_name' ), + catalyst_application => depends_on( '/catalyst_application' ), }, ) ); @@ -27,7 +27,7 @@ sub BUILD { class => 'TestAppCustomContainer::Model::RequestLifeCycle', catalyst_component_name => 'TestAppCustomContainer::Model::RequestLifeCycle', dependencies => { - application_name => depends_on( '/application_name' ), + catalyst_application => depends_on( '/catalyst_application' ), }, ) ); @@ -38,7 +38,7 @@ sub BUILD { # class => 'TestAppCustomContainer::Model::DependsOnDefaultSetup', # catalyst_component_name => 'TestAppCustomContainer::Model::DependsOnDefaultSetup', # dependencies => { -# application_name => depends_on( '/application_name' ), +# catalyst_application => depends_on( '/catalyst_application' ), # # FIXME - this is what is blowing up everything: # # DefaultSetup needs the context. It's not getting it here! # foo => depends_on('/model/DefaultSetup'), @@ -65,7 +65,7 @@ sub BUILD { # lifecycle => 'Singleton', # class => 'TestAppCustomContainer::External::Class', # dependencies => [ -# depends_on( '/application_name' ), +# depends_on( '/catalyst_application' ), # ], # config => $fnar_config, # )