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=6e3dd95f237370a2824e5ecc1419eaed075f0279;hp=c15bc73ec5e5422700d82256fe031abe4c9b3dcc;hpb=42da66a91b0a87ebb81d8552bcd0b05d3557c83e;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');