> -----Original Message----- > From: Robin Houston [mailto:robin@kitsite.com] > > Could you explain the advantage of having a "simple ok() function"? > > As somebody who has spent many painful hours debugging test failures, > I'm intimately familiar with the _disadvantages_. When you run the > test, you know that "test 113 failed". That's all you know, > in general. > > It's bad enough having to count the ocurrences of the ok() function to > find out *which* test failed; and it's made considerably worse when, > as is often the case, some of the ok()s are in loops. make test TEST_VERBOSE=1 Shows you the line number where the test failed. At least it does for me. This email has been scanned for all viruses by the Star Internet Virus Screen. The service is provided in partnership with MessageLabs, the email security company. For more information on a higher level of virus protection visit www.star.net.ukThread Previous | Thread Next