X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Faggregate%2Funit_core_component_layers.t;h=b6178450dac03e6ec314af3551c713044800c7dd;hp=c15bc73ec5e5422700d82256fe031abe4c9b3dcc;hb=9c38cb50194368eda26e05b0add82685316e7e09;hpb=5893a3c800ac2c6e49f63f790cdca8efe4b59e81 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');