X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flive_component_controller_context_closure.t;h=72ddb157f34b0ac6949bbc124d9bc9812630fa31;hp=fc0d6227ef94007ca530cbd030b74b762b18f0d4;hb=a0b5065e3dd43fea2ca17f4f2ae7cbe1958057d4;hpb=dda0beb4216434d5ac0b7cfdc7e4513aeeeb4339 diff --git a/t/live_component_controller_context_closure.t b/t/live_component_controller_context_closure.t index fc0d622..72ddb15 100644 --- a/t/live_component_controller_context_closure.t +++ b/t/live_component_controller_context_closure.t @@ -22,7 +22,9 @@ use Catalyst::Test 'TestApp'; ok($resp->is_success); #is($ctx->count_leaks, 1); # FIXME: find out why this changed from 1 to 2 after 52af51596d - is($ctx->count_leaks, 2); + # ^^ probably has something to do with env being in Engine and Request - JNAP + # ^^ I made the env in Engine a weak ref, should help until we can remove it + is($ctx->count_leaks, 1); } {