Ignore:
Timestamp:
10/25/09 07:49:40 (3 years ago)
Author:
SvenDowideit
Message:

Item2286: lots of missing calls to Foswiki::finish(), will refactor in trunk - just cleaning in release branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release01x00/UnitTestContrib/lib/Unit/TestRunner.pm

    r4912 r5375  
    55use Devel::Symdump; 
    66use Error qw(:try); 
     7#use Devel::Leak::Object qw{ GLOBAL_bless }; 
     8#$Devel::Leak::Object::TRACKSOURCELINES = 1; 
    79 
    810sub new { 
     
    101103            } 
    102104            foreach my $test (@tests) { 
     105                #Devel::Leak::Object::checkpoint(); 
    103106                print "\t$test\n"; 
    104107                $tester->set_up(); 
     
    127130            } 
    128131        } 
    129     } 
     132   } 
    130133 
    131134    if ( $this->{unexpected_failures} || $this->{unexpected_passes} ) { 
Note: See TracChangeset for help on using the changeset viewer.