Directory src/test/com/thoughtworks/xstream/testutil/

Directory Created:
2005-01-09 10:55
Total Files:
3
Deleted Files:
1
Lines of Code:
161

[root]/src/test/com/thoughtworks/xstream/testutil

Lines of Code

src/test/com/thoughtworks/xstream/testutil/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 14 (100.0%) 208 (100.0%) 14.8
joehni 10 (71.4%) 125 (60.1%) 12.5
joe 4 (28.6%) 83 (39.9%) 20.7

Most Recent Commits

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

Add license headers to core.

32 lines of code changed in 3 files:

  • src/test/com/thoughtworks/xstream/testutil: CallLog.java (+11), DynamicSecurityManager.java (+10), TimeZoneChanger.java (+11)
joehni 2007-05-07 19:41 Rev.: 1158

Fix JDK 1.3 build.
Jettison is based on JDK 1.4 (uses java.nio classes).
Fix SecurityManagerTest for ant build.
DynamicSecurityManager collects failing permissions.

8 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/testutil: DynamicSecurityManager.java (+8 -8)
joehni 2006-11-10 17:28 Rev.: 1049

Adjust svn properties.

0 lines of code changed in 3 files:

  • src/test/com/thoughtworks/xstream/testutil: CallLog.java (changed), DynamicSecurityManager.java (changed), TimeZoneChanger.java (changed)
joehni 2006-04-05 13:41 Rev.: 796

Supress System.out for failing permissions.

8 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/testutil: DynamicSecurityManager.java (+8 -1)
joehni 2006-03-24 17:17 Rev.: 763

Added tests with active SecurityManager (XSTR-219).

77 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/testutil: DynamicSecurityManager.java (new 77)
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.

0 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/testutil: TimeZoneChanger.java (-4)
joe 2005-02-02 10:50 Rev.: 494

Added test to check the order of the object serialization callbacks in inheritance hierarchy matches that of Java Object Serialization

28 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/testutil: CallLog.java (new 28)
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.

21 lines of code changed in 2 files:

  • src/test/com/thoughtworks/xstream/testutil: TimeZoneChanger.java (new 21), TimeZoneTestSuite.java (del)
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.

34 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/testutil: TimeZoneTestSuite.java (new 34)