[Catalyst-commits] r9033 - Catalyst-Runtime/5.80/trunk/t

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Wed Jan 7 23:24:45 GMT 2009


Author: t0m
Date: 2009-01-07 23:24:45 +0000 (Wed, 07 Jan 2009)
New Revision: 9033

Modified:
   Catalyst-Runtime/5.80/trunk/t/optional_memleak.t
Log:
Make it more obvious what's being reported in the leak test (from 5.70)

Modified: Catalyst-Runtime/5.80/trunk/t/optional_memleak.t
===================================================================
--- Catalyst-Runtime/5.80/trunk/t/optional_memleak.t	2009-01-07 21:06:23 UTC (rev 9032)
+++ Catalyst-Runtime/5.80/trunk/t/optional_memleak.t	2009-01-07 23:24:45 UTC (rev 9033)
@@ -66,7 +66,7 @@
     print "Final Size:   $final\n";
     
     if ( $final > $initial ) {
-        print "Leaked:       " . ($final - $initial) . "\n";
+        print "Leaked:       " . ($final - $initial) . "K\n";
     }
     
     is( $final, $initial, "'$uri' memory is not leaking" );




More information about the Catalyst-commits mailing list