aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2012-06-11 20:53:23 +0200
committerJiri Vanek <[email protected]>2012-06-11 20:53:23 +0200
commit7ab4e85d1b8e1eadebca99320c605dee7ecd09d5 (patch)
treef1ba6e290a5d4c976f1393d99b0b74c5600abaf3 /ChangeLog
parentc90a15733bd947699610d0dbf59e8c88fe139a1d (diff)
Implemented xml logging backend
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog35
1 files changed, 35 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d00b3a..fa96cb6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,38 @@
+2012-06-11 Jiri Vanek <[email protected]>
+
+ Implemented xml logging backend
+ * Makefile.am: (stamps/run-netx-unit-tests.stamp) and
+ (stamps/run-netx-dist-tests.stamp) removed redirection of streams as
+ logging is now done in ServerAccess tests extensions
+ added xsltproc execution above generated xml log
+ xsltproc generating results html files is now receiving result of above
+ as parameter
+ * tests/report-styles/jreport.xsl: log parameter is now accepted, and
+ if set, then all tests are linking into specified file to show the log
+ * tests/report-styles/report.css: added styles for new links
+ * tests/report-styles/index.js: new functions to work for result of below sheet
+ * tests/report-styles/logs.xsl: new file, sheet to convert xml log to html file
+ * tests/report-styles/output.css: new file, styles of above html file
+ * tests/jnlp_tests/simple/deadlocktest/testcases/DeadLockTestTest.java:
+ * tests/netx/jnlp_testsengine/net/sourceforge/jnlp/ResourcesTest.java:
+ * tests/netx/jnlp_testsengine/net/sourceforge/jnlp/ServerAccess.java:
+ Tests', server's and ProcessAssasin's logs are now redirected to bottleneck
+ * tests/netx/jnlp_testsengine/net/sourceforge/jnlp/ServerAccess.java:
+ (LOGS_REPRINT) flag for debugging purposes, will enable reprinting to
+ stdout/err again
+ (DEFAULT_LOG_FILE ) default name of xml output
+ (DEFAULT_STDERR_FILE)(DEFAULT_STDOUT_FILE)(DEFAULT_STDLOGS_FILE) default
+ values of plain text output files
+ (*ELEMENT) and( (*ATTRIBUTE) variables keeping repeated names of xml
+ output parts
+ (writeXmlLog) method called from Sytsem.hook to save xml log
+ (addToXmlLog) method to record item to xml structure
+ (TestsLogs) and (LogItem) inner classes to keep logging information
+ (log) is now reprinting message with id to std out/err dependently on
+ (LOGS_REPRINT) but always to internal streams, possilbe exception is thrown
+ (logException) new method, shortcut to log exception in same way as message
+ (getTestMethod) now can handle methods inside ServerAccess class too
+
2012-06-11 Adam Domurad <[email protected]>
* NEWS: Added mention of fixing PR518