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

andyg at dev.catalyst.perl.org andyg at dev.catalyst.perl.org
Fri Dec 5 15:54:58 GMT 2008


Author: andyg
Date: 2008-12-05 15:54:58 +0000 (Fri, 05 Dec 2008)
New Revision: 8749

Modified:
   Catalyst-Runtime/5.80/trunk/t/optional_memleak.t
Log:
Change memleak test to use rss instead of total size

Modified: Catalyst-Runtime/5.80/trunk/t/optional_memleak.t
===================================================================
--- Catalyst-Runtime/5.80/trunk/t/optional_memleak.t	2008-12-05 15:24:48 UTC (rev 8748)
+++ Catalyst-Runtime/5.80/trunk/t/optional_memleak.t	2008-12-05 15:54:58 UTC (rev 8749)
@@ -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