Changeset 7248
- Timestamp:
- 04/25/10 17:33:49 (2 years ago)
- File:
-
- 1 edited
-
trunk/UnitTestContrib/lib/Unit/TestRunner.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/UnitTestContrib/lib/Unit/TestRunner.pm
r7219 r7248 291 291 $action .= '$passes++;'; 292 292 if ( $tester->{expect_failure} ) { 293 $action .= '$this->{unexpected_passes}++;'; 293 print "*** Unexpected pass\n"; 294 $action .= '$this->{unexpected_passes}++;' 295 . 'push( @{ $this->{failures} }, "' 296 . quotemeta( $test ) 297 . '\\nUnexpected pass" );'; 294 298 } 295 299 }
Note: See TracChangeset
for help on using the changeset viewer.
