[root]/xstream/src/test/com/thoughtworks/acceptance/someobjects
Adjust svn properties.
0 lines of code changed in:
Make JDK 1.3 happy.
1 lines of code changed in:
Resolve references to implicit collections (XSTR-276 and XSTR-283).
Factor out AbstractReference(Un)Marshaller.
18 lines of code changed in:
Improve test with namespaces.
Move TreeMapAndTreeSet test.
0 lines of code changed in:
XSTR-273: Added ConverterMatcher and SingleValueConverter interfaces. Refactored Converter to extend ConverterMatcher.
Added AbstractSingleValueConverter to replace AbstractBaseConverter, which is now deprecated.
3 lines of code changed in:
Null-handling clean-up.
0 lines of code changed in:
Added testUnmarshalsObjectFromXmlWithUnderscores()
11 lines of code changed in:
Updated build so it now works on JDK 1.4 and 1.5.
* If compiling on 1.5 the main Java classes (not the tests) are compiled with -target 1.3 to ensure the library still runs on 1.3 and 1.4 jdks.
* If compiling on 1.4 some of the 1.5 specific classes are ignored from the build and a warning is displayed.
Minor tweaks have been made to the code to ensure it behaves consistently across JDKs.
1 lines of code changed in:
Added ability to change default converter ( XSTR-142)
27 lines of code changed in:
More JDK1.3 compatability in test cases
1 lines of code changed in:
More JDK1.3 compatability.
6 lines of code changed in:
XSTR-57: Converters for TreeSet and TreeMap that include Comparators
1 lines of code changed in:
XSTR-33: Serializes nulls
0 lines of code changed in:
Moved test objects into acceptance package.
97 lines of code changed in: