Changeset 5392 for trunk/UnitTestContrib/lib/Unit/TestRunner.pm
- Timestamp:
- 10/29/09 11:09:03 (3 years ago)
- File:
-
- 1 edited
-
trunk/UnitTestContrib/lib/Unit/TestRunner.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/UnitTestContrib/lib/Unit/TestRunner.pm
r5145 r5392 5 5 use Devel::Symdump; 6 6 use Error qw(:try); 7 #use Devel::Leak::Object qw{ GLOBAL_bless }; 8 #$Devel::Leak::Object::TRACKSOURCELINES = 1; 7 9 8 10 sub new { … … 103 105 die "Test suite $suite aborted\n" unless $completed; 104 106 } 105 }107 } 106 108 107 109 if ( $this->{unexpected_failures} || $this->{unexpected_passes} ) { … … 267 269 } 268 270 foreach my $test (@tests) { 271 #Devel::Leak::Object::checkpoint(); 269 272 print "\t$test\n"; 270 273 $tester->set_up();
Note: See TracChangeset
for help on using the changeset viewer.
