aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 78a4355..38b3c17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2013-04-03 Jana Fabrikova <[email protected]>
+
+ * /tests/test-extensions/net/sourceforge/jnlp/annotations/KnownToFailInBrowsers.java:
+ the implementation of new annotation, which has an array of
+ browsers of type Browsers[] named failsIn
+ * /tests/junit-runner/JunitLikeXmlOutputListener.java:
+ in method (testDone) the testcases that are known to fail in
+ current browser are detected in addition to the tests that are
+ k2f in all browsers
+ * /tests/junit-runner/LessVerboseTextListener.java:
+ added method (getK2FinB) reading the annotion,
+ in method (printK2F) the testcases that are known to fail in
+ current browser are detected in addition to the tests that are
+ k2f in all browsers
+
2013-03-28 Adam Domurad <[email protected]>
* netx/net/sourceforge/jnlp/security/appletextendedsecurity/UnsignedAppletTrustConfirmation.java