| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- 2009-06-25 Zoltan Varga <[email protected]>
- * *.cs: Convert all tests to new-style nunit classes/methods.
- 2009-02-04 Zoltan Varga <[email protected]>
- * SerializationCallbackTest.cs: Make a few tests quiet.
- 2008-09-17 Robert Jordan <[email protected]>
- * SerializationTest2.cs: Add test case for bug #421664.
- 2006-10-29 Robert Jordan <[email protected]>
- * SerializationCallbackTest.cs: Add test case for bug #78594.
- 2005-12-21 Raja R Harinath <[email protected]>
- * 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 <[email protected]>
- * ObjectManagerTest.cs: New test for bug #76931.
- 2005-03-23 Lluis Sanchez Gual <[email protected]>
- * ArraySerializationTest.cs: New serialization tests.
- 2005-03-04 Lluis Sanchez Gual <[email protected]>
- * SerializationTest.cs: Improved test.
- 2004-12-09 Lluis Sanchez Gual <[email protected]>
- * SerializationTest.cs: Added test for bug #70104.
- 2004-05-13 Lluis Sanchez Gual <[email protected]>
- * SerializationTest.cs: Test serialization of empty struct arrays. This
- used to fail.
- 2003-07-23 Lluis Sanchez Gual <[email protected]>
- * SerializationTest.cs: Fixed delegate invocation. Didn't compile
- on windows.
- 2003-07-23 Lluis Sanchez Gual <[email protected]>
- * SerializationTest.cs: Added.
- 2002-12-21 Nick Drochak <[email protected]>
- * all: make tests build and run under nunit2
- 2002-08-20 Gonzalo Paniagua Javier <[email protected]>
- * AllTests.cs: added FormatterServicesTests.
- * FormatterServicesTests.cs: New file.
- 2002-06-24 Gonzalo Paniagua Javier <[email protected]>
- * AllTests.cs: New file to make 'make test' work.
- * ChangeLog: New file.
|