diff options
author | Jiri Vanek <[email protected]> | 2012-05-28 11:00:49 +0200 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2012-05-28 11:00:49 +0200 |
commit | 056ac3746d71b2cd92d4643f136ed28a20765227 (patch) | |
tree | 9e6bea5b5afa80b9091c6bcc745bfc71f96bf92f /ChangeLog | |
parent | 1705caf0db175cb9537313e5c1d9df14186f5bea (diff) |
Get rid of repeated sout/serr in reproducers testcases/unit tests and introduce bottleneck for loging.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2012-05-20 Jiri Vanek <[email protected]> + + Get rid of repeated sout/serr in reproducers testcases/unit tests and + introduce bottleneck for loging. + * tests/netx/jnlp_testsengine/net/sourceforge/jnlp/ServerAccess.java: + (PROCESS_LOG) static flag for enabling/disabling automatic logging of + statically executed processes. + (logErrorReprint) (logOutputReprint) (logNoReprint) new methods, to call + logging bottleneck. + (log) main logging bottleneck, reprint message to according stream with + calling test-class and test-method as suffix. + (getTestMethod) new method to analyze calling test-method. + (executeProcess) enhanced for conditional automatic logging of start of + process and outputs of process. + * /tests/jnlp_tests/*/*/testcases/*.java : and + * /tests/netx/unit/**.java: all System.out replaced by ServerAccess.logOutputReprint + and System.err replaced by ServerAccess.logErrorReprint + 2012-05-25 Adam Domurad <[email protected]> Changed for-loops over iterators and indices to for-each loops if they |