cool - thanks
Mikhail Loenko (JIRA) wrote:
[ http://issues.apache.org/jira/browse/HARMONY-44?page=all ] Mikhail Loenko updated HARMONY-44: ---------------------------------- Attachment: patch.txt The patch that removes 'logln("==...' from security2 unit testssome security2 unit tests log redundant information --------------------------------------------------- Key: HARMONY-44 URL: http://issues.apache.org/jira/browse/HARMONY-44 Project: Harmony Type: Improvement Components: Classlib Reporter: Mikhail Loenko Priority: Trivial Attachments: patch.txtInformation that is logged by security2 unit tests should be revisited. For example the following logs at the beginning of tests are not necessary and should be removed:logln("==test_02: UnrecoverableKeyException=="); There are 231 occurrences of this kind out of 534 total logging calls in the security2 unit tests. I'm going to submit a patch removing logln("==...
