A wise old hermit known only as Konstantin Priblouda 
<[EMAIL PROTECTED]> once said:

> Well, I also updated this morning ( shall I do this
> again? ) and there is: 
> 
> assertEquals( tokenizeAndTrim("c Describe what the
> parameter does"), paramTags[t].value() );

But some of them (chiefly ones that pretty has touched recently) have more 
spaces between the parameter and the description.  tokenizeAndTrim strips 
out the extras, while the value() output still has them in...

> Basically I just do not understand, what's point in
> comparing something parsed by xjavadoc with something
> parsed by even same xjavadoc  from thge very same
> source. 

Regression testing, isn't it?  If the template's processed by a 
pre-refactoring copy in xjavadoc/lib/xdoclet.jar, then the unit test 
compares the results of that against what the latest xjavadoc stuff gets 
and we can tell if we've broken anything since.  At least, that's my guess 
- someone tell me if I've read it wrong...


Andrew.

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to