[root]/xstream/src/test/com/thoughtworks/xstream/converters/basic
Adjust svn properties.
0 lines of code changed in:
Deprecate ClassMapper, CannotResolveClassException and NameMapper to remove alias package at all in later verrsions.
Remove any deprecated stuff from 1.1.x.
2 lines of code changed in:
Fix JDK 1.3 issues.
2 lines of code changed in:
Bit the bullet and replaced the test suite decorator with a horrible static util class. Not elegant, but seems to keep IDEA happy.
11 lines of code changed in:
Some tests were still failing when run in different timezones. Created a generic junit test decorator to look after timezones.
6 lines of code changed in:
Fixed backwards compatability issue: The new DateConverter did not understand one of the (buggy) xml formats produced by an older version of XStream.
Also updated the test so it consistently passes, no matter what timezone you are in.
18 lines of code changed in:
Use GMT as the reference timezone. If not in GMT, you need to
change your computers timezone to run the tests.
3 lines of code changed in:
Readded old format to preserve back-compat
4 lines of code changed in:
XSTR-159: included time zone in format
3 lines of code changed in:
CharConverter support \0 char
19 lines of code changed in:
Prevented thread safety test from hanging forever.
1 lines of code changed in:
Replaced ThreadLocal based DateFormat with a pooling mechanism. Scales better in apps with more threads (such as web-apps).
2 lines of code changed in:
XSTR-48: DateConverter is now thread safe
41 lines of code changed in:
Added J.Matthew Prior's converter for java.net.URL.
Reworked the code a little to support specialized collections.
24 lines of code changed in:
Bugfix: DateConverter does not take into account millisecond precision. Reported by Andy Pols.
41 lines of code changed in: