This is the mail archive of the mauve-discuss@sourceware.cygnus.com mailing list for the Mauve project. See the Mauve home page for more information.


[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

Re: Debugging Tests




There are no firm guidelines as of yet of how to use debug or verbose.

In most cases, you shouldn't need to call debug() if you use one of the two
argument check() functions.

However, if you call check(false) or check(true), you should put a 
debug() statement before them.  Similarly, exception that are thrown
and that you don't expect should be passed to calls to debug as well.
(Like you did in MarkReset)  

	- Godmar