ChangeLog 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. 2009-06-25 Zoltan Varga <[email protected]>
  2. * *.cs: Convert all tests to new-style nunit classes/methods.
  3. 2009-02-04 Zoltan Varga <[email protected]>
  4. * SerializationCallbackTest.cs: Make a few tests quiet.
  5. 2008-09-17 Robert Jordan <[email protected]>
  6. * SerializationTest2.cs: Add test case for bug #421664.
  7. 2006-10-29 Robert Jordan <[email protected]>
  8. * SerializationCallbackTest.cs: Add test case for bug #78594.
  9. 2005-12-21 Raja R Harinath <[email protected]>
  10. * SerializationTest.cs: Use Assert.AreEqual instead of
  11. Assertion.AssertEquals.
  12. (ReadData): Fix order of 'expected' and 'actual' when validating
  13. 'list'.
  14. (*.CheckEqual): Add new 'context' argument. Encodes the path
  15. taken to get to th current object.
  16. 2005-12-15 Gert Driesen <[email protected]>
  17. * ObjectManagerTest.cs: New test for bug #76931.
  18. 2005-03-23 Lluis Sanchez Gual <[email protected]>
  19. * ArraySerializationTest.cs: New serialization tests.
  20. 2005-03-04 Lluis Sanchez Gual <[email protected]>
  21. * SerializationTest.cs: Improved test.
  22. 2004-12-09 Lluis Sanchez Gual <[email protected]>
  23. * SerializationTest.cs: Added test for bug #70104.
  24. 2004-05-13 Lluis Sanchez Gual <[email protected]>
  25. * SerializationTest.cs: Test serialization of empty struct arrays. This
  26. used to fail.
  27. 2003-07-23 Lluis Sanchez Gual <[email protected]>
  28. * SerializationTest.cs: Fixed delegate invocation. Didn't compile
  29. on windows.
  30. 2003-07-23 Lluis Sanchez Gual <[email protected]>
  31. * SerializationTest.cs: Added.
  32. 2002-12-21 Nick Drochak <[email protected]>
  33. * all: make tests build and run under nunit2
  34. 2002-08-20 Gonzalo Paniagua Javier <[email protected]>
  35. * AllTests.cs: added FormatterServicesTests.
  36. * FormatterServicesTests.cs: New file.
  37. 2002-06-24 Gonzalo Paniagua Javier <[email protected]>
  38. * AllTests.cs: New file to make 'make test' work.
  39. * ChangeLog: New file.