Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Test.pm] fix todo() for more than one test, masak++
  • Loading branch information
Moritz Lenz committed Oct 1, 2009
1 parent ffe6481 commit e38b58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test.pm
Expand Up @@ -244,7 +244,7 @@ sub proclaim($cond, $desc) {
die "Test failed. Stopping test";
}
# must clear this between tests
$todo_reason = '';
$todo_reason = '' if $todo_upto_test_num == $num_of_tests_run;
return $cond;
}

Expand Down

0 comments on commit e38b58a

Please sign in to comment.