[Catalyst-commits] r9023 - Catalyst-Runtime/5.70/trunk/t

andyg at dev.catalyst.perl.org andyg at dev.catalyst.perl.org
Wed Jan 7 03:36:46 GMT 2009


Author: andyg
Date: 2009-01-07 03:36:45 +0000 (Wed, 07 Jan 2009)
New Revision: 9023

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

Modified: Catalyst-Runtime/5.70/trunk/t/optional_memleak.t
===================================================================
--- Catalyst-Runtime/5.70/trunk/t/optional_memleak.t	2009-01-07 03:30:37 UTC (rev 9022)
+++ Catalyst-Runtime/5.70/trunk/t/optional_memleak.t	2009-01-07 03:36:45 UTC (rev 9023)
@@ -63,7 +63,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