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

andyg at dev.catalyst.perl.org andyg at dev.catalyst.perl.org
Wed Jan 7 03:30:37 GMT 2009


Author: andyg
Date: 2009-01-07 03:30:37 +0000 (Wed, 07 Jan 2009)
New Revision: 9022

Modified:
   Catalyst-Runtime/5.70/trunk/t/optional_memleak.t
Log:
Memleak test needs to use resident size

Modified: Catalyst-Runtime/5.70/trunk/t/optional_memleak.t
===================================================================
--- Catalyst-Runtime/5.70/trunk/t/optional_memleak.t	2009-01-06 19:42:41 UTC (rev 9021)
+++ Catalyst-Runtime/5.70/trunk/t/optional_memleak.t	2009-01-07 03:30:37 UTC (rev 9022)
@@ -74,7 +74,7 @@
     
     foreach my $p ( @{ $t->table } ) {
         if ( $p->pid == $pid ) {
-            return $p->size;
+            return $p->rss;
         }
     }
     




More information about the Catalyst-commits mailing list