Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.5
-
None
Description
When running tests with JDK8, a few of them fail, in all cases related to XML attribute order.
Reason is that both Docbook Simple and FO make use of javax.swing.text.SimpleAttributeSet. JDK7 uses a Hashtable for the attributes, whereas JDK8 uses a LinkedHashMap.
In order to fix this for all versions, the expected and actual values shouldn't be compared as Strings but as XML.
Attachments
Issue Links
- is related to
-
MNG-5551 check that everything compile and run fine with Java 8
- Closed