
| Key: |
XSTR-370
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Assignee: |
Unassigned
|
| Reporter: |
Joerg Schaible
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
XStream
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
|
|
|
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
|
|
Description
|
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 |
Show » |
|
SwingTest fails because of failing FontConverter (Font has new internal structure in JDK 6).