DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16446>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16446

[PATCH] getMethods instead of getDeclaredMethods

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CLOSED                      |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From [EMAIL PROTECTED]  2003-11-26 11:45 -------
The current ExcaliburTestCase never executes the 'test*' methods, see

    [junit] Running
org.apache.avalon.excalibur.component.test.PoolableComponentHandlerTestCase
    [junit] Tests run: 0, Failures: 0, Errors: 0, Time elapsed: 0,026 sec

Because 
  Method[] methods = ExcaliburTestCase.class.getMethods();
delivers only the methods of ExcaliburTestCase, which are useless.

BTW, the jar should be splitted into excalibur-component and excalibur-testcase,
or is this intentional?!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to