aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2012-05-28 11:00:49 +0200
committerJiri Vanek <[email protected]>2012-05-28 11:00:49 +0200
commit056ac3746d71b2cd92d4643f136ed28a20765227 (patch)
tree9e6bea5b5afa80b9091c6bcc745bfc71f96bf92f /ChangeLog
parent1705caf0db175cb9537313e5c1d9df14186f5bea (diff)
Get rid of repeated sout/serr in reproducers testcases/unit tests and introduce bottleneck for loging.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a9eb326..73a9e82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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