History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: XSTR-370
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Assignee: Unassigned
Reporter: Joerg Schaible
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
XStream

Make XStream JDK 6 buildable

Created: 13/Dec/06 07:31 AM   Updated: 24/May/07 12:38 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.2.2


 Description  « Hide
The current code base does not run all unit tests for JDK 6:

- a lot of tests using a HashMap or HashSet expect the elements to be generated in a specific order - such tests fail now (and were not valid anyway)
- the VM crashes in c.t.a.SwingTest.testJTable
- the Stax-based tests fail, since the XML declaration is missing (they seem to use the Stax parser provided by the JDK)
- c.t.x.c.e.FontConverterTest fails for unknown reason
- c.t.a.XmlFriendlyTest.testDecimalSymbols fails due to difference in the decimal symbol structure

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Joerg Schaible - 29/Dec/06 08:44 PM
Fixed first issue except the JSON test.
SwingTest fails because of failing FontConverter (Font has new internal structure in JDK 6).

Joerg Schaible - 29/Dec/06 09:16 PM
Fixed FontConverter problem (solves also SwingTest).

Joerg Schaible - 29/Dec/06 09:33 PM
Fixed the testDecimalSymbols.

Joerg Schaible - 01/Jan/07 04:41 PM
Fixed permutation problem for JSON.
Started with Stax-based tests.

Joerg Schaible - 22/Jan/07 04:24 PM
See StaxWriterTestSuite.