In TestRunner, start_test() prints "." for each test, add_error()
prints "E", add_error() prints "F", and add_pass() does nothing.

Wouldn't it be less confusing to change start_test() to do nothing,
and add_pass() to print "." ?  That way, the number of characters
output by a given set of tests always remains constant, no matter
which fail or encounter errors.

_______________________________________________
Perlunit-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/perlunit-devel

Reply via email to