2009-06-25 Zoltan Varga * *.cs: Convert all tests to new-style nunit classes/methods. 2009-02-04 Zoltan Varga * SerializationCallbackTest.cs: Make a few tests quiet. 2008-09-17 Robert Jordan * SerializationTest2.cs: Add test case for bug #421664. 2006-10-29 Robert Jordan * SerializationCallbackTest.cs: Add test case for bug #78594. 2005-12-21 Raja R Harinath * SerializationTest.cs: Use Assert.AreEqual instead of Assertion.AssertEquals. (ReadData): Fix order of 'expected' and 'actual' when validating 'list'. (*.CheckEqual): Add new 'context' argument. Encodes the path taken to get to th current object. 2005-12-15 Gert Driesen * ObjectManagerTest.cs: New test for bug #76931. 2005-03-23 Lluis Sanchez Gual * ArraySerializationTest.cs: New serialization tests. 2005-03-04 Lluis Sanchez Gual * SerializationTest.cs: Improved test. 2004-12-09 Lluis Sanchez Gual * SerializationTest.cs: Added test for bug #70104. 2004-05-13 Lluis Sanchez Gual * SerializationTest.cs: Test serialization of empty struct arrays. This used to fail. 2003-07-23 Lluis Sanchez Gual * SerializationTest.cs: Fixed delegate invocation. Didn't compile on windows. 2003-07-23 Lluis Sanchez Gual * SerializationTest.cs: Added. 2002-12-21 Nick Drochak * all: make tests build and run under nunit2 2002-08-20 Gonzalo Paniagua Javier * AllTests.cs: added FormatterServicesTests. * FormatterServicesTests.cs: New file. 2002-06-24 Gonzalo Paniagua Javier * AllTests.cs: New file to make 'make test' work. * ChangeLog: New file.