aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2012-06-05 16:35:50 +0200
committerJiri Vanek <[email protected]>2012-06-05 16:35:50 +0200
commit1cca1c5e81351cd83d82a337a6b0ce660c3c00ae (patch)
tree5ee56bdfb81eefbb205798db5edcef3dfb86ae6a /ChangeLog
parent31100d1348be0847c96afb270089161da41ca9ed (diff)
Added KnownToFail annotation
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d11ca9..6a4e9fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2012-05-14 Jiri Vanek <[email protected]>
+
+ * tests/netx/jnlp_testsengine/net/sourceforge/jnlp/annotations/KnownToFail.java
+ New file. Annotation for marking failing tests.
+ * tests/report-styles/jreport.xsl:
+ * tests/junit-runner/LessVerboseTextListener.java:
+ * tests/junit-runner/JunitLikeXmlOutputListener.java: Added counting
+ and printing of @KnownToFail annotations if presented.
+ * tests/jnlp_tests/simple/Spaces can be everywhere/testcases/SpacesCanBeEverywhereTests.java:
+ (SpacesCanBeEverywhereRemoteTests1) (SpacesCanBeEverywhereRemoteTests2)
+ (SpacesCanBeEverywhereRemoteTests3)
+ * tests/netx/unit/net/sourceforge/jnlp/JNLPMatcherTest.java: (testTemplateCDATA)
+ (testApplicationCDATA)
+ * tests/netx/unit/net/sourceforge/jnlp/ParserCornerCases.java:
+ (testCDataFirstChild) (testCDataSecondChild) (testCommentInAttributes)
+ * tests/netx/unit/net/sourceforge/jnlp/ParserMalformedXml.java:
+ (testMalformedArguments) (testTagNotClosed) (testUnquotedAttributes)
+ marked as KnownToFail
+
2012-06-05 Jiri Vanek <[email protected]>
isDateInRange renamed to isDateInRange_internallForIcedTeaWebTesting