X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Funit_core_component_layers.t;h=b6178450dac03e6ec314af3551c713044800c7dd;hb=a8020c62d2a52f96f14d288f5b81c6940be858b4;hp=c15bc73ec5e5422700d82256fe031abe4c9b3dcc;hpb=ae29b412955743885e80350085167b54b69672da;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/unit_core_component_layers.t b/t/aggregate/unit_core_component_layers.t index c15bc73..b617845 100644 --- a/t/aggregate/unit_core_component_layers.t +++ b/t/aggregate/unit_core_component_layers.t @@ -20,7 +20,10 @@ my $model_foo_bar = $model_foo->bar; can_ok($model_foo_bar, 'model_foo_bar_method_from_foo'); can_ok($model_foo_bar, 'model_foo_bar_method_from_foo_bar'); -TestApp->setup; +# I commented out this line since we seem to just massively +# fail on the 'you already did setup. I have no idea why its +# here - jnap +#TestApp->setup; is($model_foo->model_quux_method, 'chunkybacon', 'Model method getting $self->{quux} from config');