aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2011-05-17 16:43:45 +0200
committerJiri Vanek <[email protected]>2011-05-17 16:43:45 +0200
commitf28f5be45b529a049673e4d77787753162d1f152 (patch)
treeeedccf552aadc678e556955726e42ed4521c1595 /ChangeLog
parent3ad81af8c11d70e2cae4f7140e86d1cec1e02609 (diff)
added posibility to export junit testsuite results as xml
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c16f29..2a25250 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-05-17 Jiri Vanek <[email protected]>
+
+ * tests/junit-runner/JunitLikeXmlOutputListener: This listener exports
+ results of junit in xml which "follows junit-output schema". Extended
+ for date, duration and some statististics for future purpose
+ * Makefile.am (run-netx-unit-tests): backuping stdout/stderr of tests
+ * tests/junit-runner/CommandLine.java: registered
+ JunitLikeXmlOutputListener
+
2011-05-10 Andrew Su <[email protected]>
* netx/net/sourceforge/jnlp/controlpanel/CachePane.java: