X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Funit_core_component.t;h=1e63375eb5629138c7aa96ec27ea650a7bc0c70a;hb=48e17d2615b1371d75d96a52a8ec17dca83ae007;hp=62785ea970f637ceb09450acfc2305443df2f9e6;hpb=f06ed5302620150d8641a2d1aa230ad0cf9f7029;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/unit_core_component.t b/t/aggregate/unit_core_component.t index 62785ea..1e63375 100644 --- a/t/aggregate/unit_core_component.t +++ b/t/aggregate/unit_core_component.t @@ -27,7 +27,7 @@ is_deeply([ TestAppComponent->comp('Foo') ], \@complist, 'Fallthrough return ok' no warnings 'redefine'; local *Catalyst::Log::warn = sub { $warnings++ }; - is_deeply( [ TestAppComponent->comp('::M::Model') ], \@complist, 'no reulsts for regexp fallback'); + is_deeply( [ TestAppComponent->comp('::M::Model$') ], \@complist, 'no results for regexp fallback'); ok( $warnings, 'regexp fallback warnings' ); }