On 9/23/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote:
... as suggested by Nikolay, I did run the tests

   $ cd modules/logging
   $ ant test

and it was endless stacktraces, both before and after I made the
modification.

How do I know if I broke anything?  I'm going to go forward with the
patch as I don't see any harm, since Logger.global is supposed to be
set via getLogger("global") anyway, so subsequent settings shouldn't
harm.


I got the same stacktraces, and it said "BUILD SUCCESSFUL" in the end.
;-)  After a quick looking through the test (SocketHandlerTest), I
found that some tests try to verify some expected exception, in the
mean while the exceptions are delegated to ErrorManager which reports
the exception to System.err.

Running the test on RI, we will also see some error messages (not stacktraces)

I guess you broke nothing ;-)

Best regards,
Richard

geir


---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Richard Liang
China Development Lab, IBM

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to