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=f4ad4d648a325d2d99576a569a530f8301051a2f;hp=e1439d6d13b8f11854eaf2f13ed8842cadfd8ac7;hb=refs%2Fheads%2Fgsoc_breadboard_with_app_instance;hpb=1b9a4c17043fd97193d8718d1f2f155f0b3ac6c5 diff --git a/t/lib/TestAppCustomContainer/NoSugarContainer.pm b/t/lib/TestAppCustomContainer/NoSugarContainer.pm index e1439d6..f4ad4d6 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' ), + application => depends_on( '/application' ), }, ) ); @@ -27,7 +27,7 @@ sub BUILD { class => 'TestAppCustomContainer::Model::RequestLifeCycle', catalyst_component_name => 'TestAppCustomContainer::Model::RequestLifeCycle', dependencies => { - application_name => depends_on( '/application_name' ), + application => depends_on( '/application' ), }, ) ); @@ -38,7 +38,7 @@ sub BUILD { # class => 'TestAppCustomContainer::Model::DependsOnDefaultSetup', # catalyst_component_name => 'TestAppCustomContainer::Model::DependsOnDefaultSetup', # dependencies => { -# application_name => depends_on( '/application_name' ), +# application => depends_on( '/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( '/application' ), # ], # config => $fnar_config, # )