Directory src/test/com/thoughtworks/xstream/converters/basic/

Directory Created:
2004-02-22 12:00
Total Files:
2
Deleted Files:
1
Lines of Code:
194

[root]/src/test/com/thoughtworks/xstream/converters/basic

Lines of Code

src/test/com/thoughtworks/xstream/converters/basic/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 27 (100.0%) 291 (100.0%) 10.7
joe 9 (33.3%) 163 (56.0%) 18.1
joehni 15 (55.6%) 118 (40.5%) 7.8
mauro 3 (11.1%) 10 (3.4%) 3.3

Most Recent Commits

joehni 2007-12-10 21:50 Rev.: 1345

Add license headers to core.

22 lines of code changed in 2 files:

  • src/test/com/thoughtworks/xstream/converters/basic: DateConverterTest.java (+11), URLConverterTest.java (+11)
joehni 2007-09-24 20:17 Rev.: 1253

Attribute named like transient field did abort deserialization of following fields (XSTR-428).
Fix CharConverter unit tests.

0 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/basic: CharConverterTest.java (del)
joehni 2007-09-15 13:09 Rev.: 1236

Solution for JDK 5 at Codehaus' Bamboo ??

1 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/basic: DateConverterTest.java (+1)
joehni 2007-09-15 10:14 Rev.: 1233

DateConverter uses now by default SimpleDateFormat instances in non-lenient mode (XSTR-424).

13 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/basic: DateConverterTest.java (+13)
joehni 2007-05-23 16:08 Rev.: 1183

Compares unmarshalled dates with result of date parsed with SimpleDateFormat.

43 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/basic: DateConverterTest.java (+43 -26)
joehni 2007-05-21 17:16 Rev.: 1177

Organize imports.

0 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/basic: DateConverterTest.java (-1)
joehni 2007-05-21 17:15 Rev.: 1176

Fix for JDK 1.3

21 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/basic: DateConverterTest.java (+21 -9)
joehni 2007-05-17 14:11 Rev.: 1166

DateConverters do not respect change in time zone (found as result of XSTR-396).

14 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/basic: DateConverterTest.java (+14)
joehni 2006-11-10 17:28 Rev.: 1049

Adjust svn properties.

0 lines of code changed in 3 files:

  • src/test/com/thoughtworks/xstream/converters/basic: CharConverterTest.java (changed), DateConverterTest.java (changed), URLConverterTest.java (changed)
joehni 2006-02-13 17:06 Rev.: 678

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 2 files:

  • src/test/com/thoughtworks/xstream/converters/basic: CharConverterTest.java (-7), URLConverterTest.java (+2 -5)
joehni 2005-09-24 17:08 Rev.: 619

Fix JDK 1.3 issues.

2 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/basic: DateConverterTest.java (+2)
joe 2005-01-15 15:41 Rev.: 439

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 1 file:

  • src/test/com/thoughtworks/xstream/converters/basic: DateConverterTest.java (+11 -6)
joe 2005-01-09 10:55 Rev.: 422

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 1 file:

  • src/test/com/thoughtworks/xstream/converters/basic: DateConverterTest.java (+6 -12)
joe 2004-12-22 17:09 Rev.: 419

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 1 file:

  • src/test/com/thoughtworks/xstream/converters/basic: DateConverterTest.java (+18 -11)
mauro 2004-11-25 17:58 Rev.: 403

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 1 file:

  • src/test/com/thoughtworks/xstream/converters/basic: DateConverterTest.java (+3 -2)
mauro 2004-11-25 08:13 Rev.: 402

Readded old format to preserve back-compat

4 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/basic: DateConverterTest.java (+4 -1)
mauro 2004-11-24 23:23 Rev.: 401

XSTR-159: included time zone in format

3 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/basic: DateConverterTest.java (+3 -3)
joe 2004-09-26 04:37 Rev.: 363

CharConverter support \0 char

19 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/basic: CharConverterTest.java (new 19)
joe 2004-08-23 12:14 Rev.: 331

Prevented thread safety test from hanging forever.

1 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/basic: DateConverterTest.java (+1 -1)
joe 2004-05-06 09:13 Rev.: 175

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 1 file:

  • src/test/com/thoughtworks/xstream/converters/basic: DateConverterTest.java (+2 -1)

(3 more)