X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Funit_core_component_loading.t;h=65fb67a26681eaa58d95b31e402dc70a11669f27;hb=5e3121a809731aef928f60a3ad6b9b68fb4a8a9c;hp=2b3e205b273a715ad8b950cd763759c8b8fdd953;hpb=9d8d71c2122d52b076bd17e8e53abd8d887ea949;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/unit_core_component_loading.t b/t/aggregate/unit_core_component_loading.t index 2b3e205..65fb67a 100644 --- a/t/aggregate/unit_core_component_loading.t +++ b/t/aggregate/unit_core_component_loading.t @@ -1,8 +1,5 @@ -# 3 initial tests, and 6 per component in the loop below -# (do not forget to update the number of components in test 3 as well) -# 5 extra tests for the loading options -# One test for components in inner packages -use Test::More tests => 3 + 6 * 24 + 9 + 1; +# way too many tests to count +use Test::More; use strict; use warnings; @@ -256,3 +253,5 @@ eval "package $appclass; use Catalyst; __PACKAGE__->setup"; isa_ok($appclass->controller('Test'), 'Catalyst::Controller'); rmtree($libdir); + +done_testing;